@import url('/static/layui/css/layui.css');

.login {
    height: 100vh;
    background: url("/static/img/beijing.png") no-repeat;
    background-size: 100% 100%;
}
.loginMax{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 40px);
}
.logLine {
    display: flex;
    align-items: center;
    margin-right: 7.8125vw;
    margin-top: -3.7037vh;
    font-size: 7.4074vh;
    font-weight: bold;
    color: #fff;
}

.logLine img {
    margin-right: 1.04167vw;
    height: 7.4074vh;
}
.formBox{
    display: flex;
    /* width: 36.97917vw;
    height: 44.4444vh; */
    width: 40vw;
    height: 48vh;
    background-color: #fff;
    border-radius: 8px;
}
.qrcode{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5.55556vh 0;
    margin-right: 0.52083vw;
    width: 15.625vw;
    box-shadow: inset -1px 0px 0px 0px #F3F3F3;
}
.twocode{
    margin-top: 3.8889vh;
    margin-bottom: 1.1111vh;
    width: 10.1042vw;
}
.qrcode span{
    color: #333;
}
.loginForm{
    flex: 1;
    position: relative;
    padding: 2.96296vh 2.08333vw;
    overflow: hidden;
}
.registerBox{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9.25925vh;
    height: 9.25925vh;
    background: linear-gradient(135deg,transparent 50%,#36A0EF 50%);
    border-bottom-right-radius: 8px;
}
#toRegister{
    position: absolute;
    right: 10%;
    bottom: 25%;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 1.48148vh;
    cursor: pointer;
}
.login-form{
    width: 100%;
}
.login-form .title{
    margin-bottom: 2.2222vh;
    color: #00A0F1;
    font-size: 2.2222vh;
    font-weight: 600;
    text-align: center;
}
.layui-form-item{
    margin-bottom: 1.48148vh;
}
.login-form .layui-form-item input{
    /* height: 4.4444vh; */
    height: 4.8vh;
    background-color: #F3F3F4;
    border-radius: 4px;
}
input::placeholder{
    color: #C3C3C3;
}
.login_vcode-box,.sms_vcode-box{
    display:flex;
}
#send_vcode{
    color: #00A0F1;
}
.tel-input{
    flex: 1;
}
.vcode_box{
    margin-left: 8px;
    width: 48%;
}
.vcode_box .layui-btn{
    padding: 0;
    /* width: 5.2083vw; */
    width: 100%;
    /* height: 4.259259vh; */
    height: 4.8vh;
    border-color: #00A0F1;
}
.layui-form-checkbox[lay-skin=primary] i{
    width: 1.38889vh;
    height: 1.38889vh;
}
.layui-form-pane .layui-form-checkbox{
    margin: 4px 0;
}
.bottom-box{
    margin: 2.96296vh 0 1.48148vh;
    font-size: 12px;
    color: #999;
}
.bottom-box .layui-form-checkbox .layui-icon-ok{
    width: 13px;
    height: 13px;
}
.submitBox span{
    /* height: 4.4444vh; */
    height: 4.8vh;
    line-height: 4.8vh;
}
.submitBox{
    margin-bottom: 2.2222vh;
}

#el-login-footer {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: rgba(54, 160, 239,0.7);
    color: #fff;
    font-size: 14px;
}

#el-login-footer a {
    color: #fff;
}

/* chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 火狐浏览器 */
input[type="number"] {
    -moz-appearance: textfield;
}