﻿
html, body, form {
    height: 100%;
}

.verify-img {
    background: transparent;
    border: 0;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
}
/*--- 滑块验证样式 --*/
.captcha {
    width: 100%;
    position: relative;
    display: none;
}

.captchaBox {
    position: absolute;
    background: #ffffff;
    z-index: 3;
    bottom: 0px;
    left: 50%;
    border-radius: 3px;
    margin: auto;
    transform: translate(-50%,0);
}

.captcha_title {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px solid #e4e7eb;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.captcha_close {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.captcha_Bg {
    background: #0000006b;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

#captcha {
    background: #ffffff;
    z-index: 3;
    margin: 20px;
}

.u-w-675 {
    width:675px;
}
.main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout-box {
    width: 1350px;
    height:640px;
    display: flex;
    overflow:hidden;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.login-img {
    max-width: 450px;
    max-height: 450px;
}
input {
    outline: 0;
    resize: none;
}
input:hover,
input:focus,
input:focus-visible,
input:active {
    border: solid 1px var(--main-color) !important;
}
.input-box input {
    border: 1px solid #f2f2f2;
    width: 460px;
    height: 45px;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 4px;
    background-color: #f2f2f2;
}
input::placeholder {
    color:#999;
}

.code-btn {
    min-width: 111px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--main-color);
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid var(--main-color);
    margin-left:9px;
}

.pwd-img {
    position:absolute;
    right:10px;
    top:10px;
    width:24px;
    height:24px;
    cursor:pointer;
}