.login {
    display: flex;
    height: 100vh;
    background-color: #fff;
}

.text-center{
    text-align: center;
}

.logo {
    width: 118px;
    content: url('../imgs/logo.png') !important;
}

a{
    color: #3B4CB5;
    text-decoration: underline;
}


.layui-btn{
    background-color: #3B4CB5;
    position:relative;
}

.layui-form-pane .layui-input {
    border: 0;
    border-left: 1px solid #BAC8D3;/* #eee;*/
}

.layui-form-checked[lay-skin=primary] i{
    background-color: #3B4CB5!important;
    border-color: #3B4CB5!important;
}

.login-left,
.login-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.login-left {
    background: url(../imgs/login.png) no-repeat;
    background-size: cover;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    justify-content: center;
}


.login-right .header-right {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.login-right .header-right img {
    margin-left: 15px;
    width: 118px;
}

.login-right .header-right .language {
    color: #9FABB9;
    font-size: 14px;
}

.login-right .header-right .language span {
    cursor: pointer;
}

.login-right .header-right .language span:first-child {
    margin-right: 5px;
}

.login-right .header-right .language span:last-child {
    margin-left: 5px;
}

.login-right .header-right .language .current {
    color: #333;
}

.login-right .login-form {
    width: 400px;
    margin: 0 auto;
}

.login-right .title{
    font-size: 36px;
    color: #3B4CB5;
    font-weight: bold;
}

.login-right .tips{
    color: #333;
    font-size: 22px;
    margin: 5px 0 10px;
}
/*by kevin*/
.login-right .err-info-tip {
    min-height: 18px;
    min-width: 30px;
    margin: 32px 0px 16px 0px;
    color: red;
    line-height: 18px;
}


.layui-form-pane .layui-form-label {
    width: 50px;
}

.layui-form-pane .layui-form-label img{
    margin-top: 2px;
}

.layui-form-pane .layui-input-block{
    margin-left: 50px;
}

.remember{
    display: flex;
    justify-content: space-between;
    margin: 5px 0 20px;
}

.remember .left{
    margin-left: -10px;
}
/*by whf*/
.login-right .auth{
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 380px;
    color: #999999;
    font-size: 14px;
}
.login-right .authdtl {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 440px;
    color: #999999;
    font-size: 14px;
}
/* whf ---end*/
.login-right .keep {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    color: #999999;
    font-size: 14px;
}
.yz-btn.loading:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 0px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: transparent;
    background-image: url(../imgs/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yz-btn.loading{
    opacity:0.35;
}
.layui-form-item.form-input-txt {
    border-color: #BAC8D3 !important;
}