.page-header .head-title {
    width: 100%;
    background-color: #ffffff;
    font-size: 32px;
    color: #3291F8;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
}

.page-content {
    position: relative;
    width: 100%;
    min-height: 700px;
    height: 100vh;
    background: url('/static/home/images/user/bg.png') no-repeat;
    background-size: cover;
}
.page-content .container {
    position: relative;
    height: 100%;
}

.login-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 32px;
    background-color: #ffffff;
}

.login-logo .logo {
    text-align: center;
}
.login-logo .logo img {
    height: 60px;
    width: auto;
    max-width: 100%;
}
.login-logo .logo-title {
    font-size: 32px;
    color: #3291F8;
    font-weight: 600;
    text-align: center;
    margin-top: 24px;
}

.login-body .body-title {
    font-size: 24px;
    color: #101010;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.form-group{
    position: relative;
    height: 55px;
    margin-bottom: 30px;
}
.form-group .icon{
    font-size: 24px;
    color: #AAAAAA;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 16px;
    height: 100%;
    line-height: 55px;
}
.form-group .form-control {
    border: 1px solid #DCDCDC;
    padding: 0 60px;
    height: 100%;
    line-height: 55px;
    font-size: 18px;
    background-color: #FFFFFF;
}
.form-control[value]{
    font-size: 18px !important;
    color: #AAAAAA !important;
}
.form-control::-moz-placeholder, 
.form-control::-webkit-input-placeholder, 
.form-control:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #AAAAAA;
}
.btn-login{
    width: 100%;
    font-size: 16px;
    background-color: #3A62D7;
    border-color: #3A62D7;
    height: 55px;
    cursor: pointer;
}

/*input清除自动填入背景色样式*/
input:-webkit-autofill { 
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.body-footer {
    align-items: center;
    justify-content: center;
}
.foot-title {
    font-size: 18px;
    color: #101010;
    border-right: 1px solid #D3D3D3;
    padding: 0 16px;
    margin-right: 16px;
}
.foot-desc {
    font-size: 14px;
    color: #101010;
    text-align: center;
}
.other-mode {
    cursor: pointer;
    color: #3291F8;
}

/* 二维码登录 */
.body-qrcode {
    text-align: center;
    margin-bottom: 16px;
}

.login_wrap_wechat{
    height: auto !important;
}

.login_wrap_wechat iframe {
    width: 100%;
}
.mt-30 {
    margin-top: 30px !important;
}
.login_wrap_wechat iframe .impowerBox .qrcode {
    width: 180px;
    margin-top: 15px;
    border: 1px solid #E2E2E2;
}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 992px) {
    
}
