body {
    user-select: none; /*禁止用户选中*/
}

.zmx-login-page {
    background: url(../../img/teacher/login_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login-card-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-zmx {
    width: 195px;
    height: 65px;
    position: absolute;
    top: 10vh;
    left: 18vw;
}

.login-card {
    width: 385px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(22, 70, 219, 0.12);
    border-radius: 16px;
    padding: 20px;
    transform: translateX(95%);
}

.scl-logo {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    display: block;
}

.text-welcome {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin: 10px 0 24px;
}

.label-input {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 18px 0 13px;
}

.error-text {
    margin: 10px 0;
}

.forget {
    text-align: right;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    cursor: pointer;
    margin: 10px 0 20px;
    width: 80px;
    float: right;
}

.login-btn {
    font-size: 16px;
}

.tiptext {
    font-size: 14px;
}

/* 忘记密码模态框 */
.forget-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* 模态框内部内容的样式 */
.forget-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
    width: 475px;
    max-width: 475px;
}

.modal-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7f0ff;
    border-radius: 16px 16px 0px 0px;
    padding: 0 62px;
}

/* 模态框标题 */
.forget-modal .modal-header .text-title {
    font-weight: bold;
    font-size: 18px;
    color: #2b85fd;
    line-height: 25px;
}

.modal-body {
    padding: 20px 62px 30px;
}

/* 模态框关闭按钮 */
.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: normal;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.color-main {
    color: #2b85fd;
    cursor: pointer;
}

.compelete-box {
    width: 475px;
    height: 310px;
    background-image: url(../../img/teacher/bg_login.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.compelete-box .compelete-img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.text-complete {
    font-weight: normal;
    font-size: 24px;
    color: #2b85fd;
    line-height: 33px;
    text-align: center;
}
