.has-bg {
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.login {
    padding: 2rem;
    /* max-width: 32rem; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

.login-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #38259a;
    text-shadow: 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
    /* background-image: -webkit-linear-gradient(top, #0c50ab, #641eb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

@media (min-width:768px) {
    .login-title {
        font-size: 2rem;
    }
}

.login-box {
    background-color: #fff;
    border-radius: 5px;
}

.border-radius {
    border-radius: 5px;
}


/**/

.navbar-brand-wrapper {
    width: auto !important;
}

.pagination.flex-wrap .page-item {
    margin-left: 0;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .card-header {
        padding: 1.25rem;
    }
    .card-body {
        padding: 1.25rem;
    }
}

.list-group-item {
    padding: .5rem !important;
}

label.page-link {
    position: relative;
    display: inline-block;
    padding: 0.63rem 0.5rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8069f2;
    background-color: #fff;
    border: 1px solid #8069f2;
}

/* 第六届创新大赛机考系统0916 */
.login {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    padding-bottom: 100px;
}
.vericode {
    display: inline-block;
    width: 140px;
    height: calc(2.76rem + 2px);
    line-height: calc(2.76rem + 2px);
    margin-left: 20px;
    background: #ede8ff;
    text-align: center;
}


/* 遮罩层 */
.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: 100%;
    height: 100%; */
    background: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
}
.alertbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 55%;
    /* height: auto; */
    height: 500px;
    /* min-height: 400px; */
    border-radius: 2px;
    padding: 50px 50px 30px;
    background:#fff;
    z-index: 100;
    display: none;
}
.alertbox h5 {
    text-align: center;
}
/* 上传照片 */
.stepone {
    text-align: center;
    display: none;
    /* display: flex;
    flex-direction: ; */
}
.steptwo {
    display: none;
}
.onloadbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* max-width: 600px; */
    width: 100%;
    /* min-height: 300px; */
    border: 1px dashed #D9D9D9;
    background: #F2F6FF;
    margin: 30px 0px 10px;
    padding: 50px;
}
.onloadbox img { 
    width: 130px;
    margin-bottom: 20px;
    cursor: pointer;
}
.alertbox .graybtn {
    float: right;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    background: #fff;
    padding: 0.63rem 2.5rem;
}
.alertbox .graybtn:hover {
    background: #8069f2;
    color: #fff;
}
.close {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/close.png") no-repeat 0 0;
    background-size: 90%;
}
.steptwo .btn {
    padding: 1rem ;
    margin-bottom: 25px;
}
.steptwo h5 {
    margin-bottom: 50px;
}

.nav-item {
    width: 10rem;
    float: right;
}
.dropdown-menu {
    min-width: 10rem;
    width: 10rem;
}
.dropdown-toggle::after {
    color: #fff;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 20px;
}
.userimg {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background: url("../images/userimg.png") no-repeat center;
    background-size: 90%;
}
.navbar-brand b{
    white-space: wrap !important;
    white-space: pre-wrap;
}
.navbar-brand img {
    vertical-align: top;
}

@media (min-width: 768px){
    .login-title {
        font-size: 2.1rem;
    }
    .login-title p {
        margin-bottom: 0.7rem;
    }
}
@media (max-width: 768px){
    .usercenter {
        margin-top: 15px;
    }
}
@media (max-width: 576px){
    .login-title {
        font-size: 1.2rem;
    }
    .login-title p {
        margin-bottom: 0.7rem;
    }
    .alertbox {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        height: auto;
        border-radius: 2px;
        padding: 50px;
        background:#fff;
        z-index: 100;
    }
}
