@font-face {
    font-family: 'iconfont';
    /* project id 1133479 */
    src: url('//at.alicdn.com/t/font_1133479_uoq8bj17hem.eot');
    src: url('//at.alicdn.com/t/font_1133479_uoq8bj17hem.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1133479_uoq8bj17hem.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1133479_uoq8bj17hem.woff') format('woff'),
    url('//at.alicdn.com/t/font_1133479_uoq8bj17hem.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1133479_uoq8bj17hem.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
    content: "\e67f";
}

.icon-password:before {
    content: "\e63b";
}

.icon-phone:before {
    content: "\e63b";
}

.icon-code:before {
    content: "\e643";
}

.icon-yzm:before {
    content: "\e658";
}

body,
html {
    height: 100%;
}

.wrap-login {
    position: relative;
    left: 0;
    top: 0;
    min-height: 100%;
    box-sizing: border-box;
    background-image: url(../images/login/bg.png);
    background-size: 100% 100%;
    background-position: center center;
}

.navbar {
    position: absolute;
    top: 100px;
    z-index: 1;
    color: #48a6ff;
    display: block;
    width: 100%;
}

.navbar h2 {
    font-size: 32px;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
    opacity: 0.9;
}


.loginBox {
    width: 645px;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-top: -170px;
    background-color: #f4f4f4;
    padding: 0 34px;
    margin-left: -306px;
    box-sizing: border-box;
    border: 12px solid hsla(0, 0%, 100%, 0.5);
    background-clip: padding-box;
    border-radius: 5px;
}

.loginBox .layui-input:focus {
    border-color: #0b90cb !important
}

.login-header {
    position: relative;
}

.login-header h2 {
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    color: #186a99
}


.loginBox .layui-form-item {
    position: relative;
}

.mid {
    padding: 0 !important;
    margin-right: 0
}

.register-body {
    padding: 30px
}

.register-body .layui-form-label {
    font-size: 16px
}

.login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
    z-index: 9;
}

.loginBox .layui-form-item .layui-input {
    padding-left: 38px;
}

.loginBox .layui-form-item .loginBtn {
    background-color: #2cbf8a;
}

.loginBox .layui-form-item .resetBtn {
    background-color: #0b90cb
}

.loginBox .layui-form-item .grayBtn {
    background-color: gray;
}

.qr-code {
    margin-top: 58px
}

.qr-code p {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}

.qr-code-img {
    width: 182px;
    height: 182px;
    margin: auto
}

.qr-code-img img {
    display: block;
    width: 100%;
    height: auto;
}

.qr-code-img div {
    height: auto;
    width: 100%;
    height: 58%;
    top: -180px;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding-top: 41%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
}

.reset-pwd-msg {
    width: 90%;
    height: 275px;
    margin: auto
}

.reset-pwd-msg div {
    width: 100%;
    height: 120%;
    font-size: 16px;
    position: relative;
    text-align: left;
    margin-top: 5%;
    cursor: pointer;
    line-height: 30px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

.footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bar-bottom {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #555;
}

.text {
    position: absolute;
    bottom: 160px;
    z-index: 1;
    color: #48a6ff;
    display: block;
    width: 100%;
    text-align: center
}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.qr-code-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
}

.close:hover {
    color: #ff0000
}

.login-icon-showPassword {
    background: url(../images/login/showPassword.png) no-repeat;
    width: 36px;
    height: 36px;
    top: 7px;
}

.login-icon-hiddenPassword {
    background: url(../images/login/hiddenPassword.png) no-repeat;
    width: 36px;
    height: 36px;
    top: 7px;
}
.smsClass{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
}
