* {
    margin: 0;
    padding: 0
}

html {
    height: 100%;
}

body {
    font-family: PingFangSC-Regular, PingFangSC;
    background: url(../imgsV2/bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

input::-webkit-input-placeholder {
    color: #A6A6A6;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.mt10 {
    margin-top: 10px;
}

.mt80 {
    margin-top: 80px;
}

.tc {
    text-align: center;
}

.ts-5 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
}

.login {
    /* margin: 120px auto 0;
    max-width: 1500px;
    min-width: 768px;
    overflow: auto; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80vw;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-banner img {
    max-height: 60vh;
    max-width: 100%;
}

.login .log-form {
    margin-top: 15vh;
    padding: 24px 30px 60px;
    /* box-shadow: 5px 0px 10px #fff; */
    box-sizing: border-box;
    width: 460px;
    background-color: #fff;
    border-radius: 8px;
}

.log-form .log-tit {
    margin-bottom: 18px;
    padding-bottom: 15px;
    font-size: 30px;
    color: #333;
}

.log-form .log-tit::after {
    content: '';
    width: 88px;
    height: 7px;
    background: #1F5AD8;
    display: block;
    margin-top: 20px;
}

.log-form .user, .log-form .pw {
    border-bottom: 1px solid rgba(160, 162, 167, 1);
    padding-left: 50px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    transition: all 0.5s;
}

.log-form .user.b-blue, .log-form .pw.b-blue {
    border: 1px solid #5077D8;
}

.log-form .user {
    margin-bottom: 20px;
    background: url(../imgsV2/icon-user.png) no-repeat 10px;
    background-size: 24px;
}

.log-form .user input, .log-form .pw input {
    border: none;
    height: 100%;
    outline: none;
    font-size: 14px;
    color: #333;
}

.log-form .user input {
    width: 100%;
    font-size: 20px;
}

.log-form .pw {
    position: relative;
    margin-bottom: 20px;
    padding-right: 0px;
    background: url(../imgsV2/icon-lock.png) no-repeat 10px;
    background-size: 24px;
}

.log-form .pw input {
    width: 50%;
    font-size: 20px;
}

.log-form .pw #verification {
    float: right;
    border: none;
    border-radius: 2px;
    height: 40px;
    width: 100px;
    font-size: 14px;
    background-color: rgba(80, 119, 216, 1);
    color: #fff;
    cursor: pointer;
    border-radius: 400px;
}

.log-form .pw #verification:disabled {
    background-color: #ccc;
    cursor: default;
}

.log-form .pw .pw-eye {
    float: right;
    padding-top: 15px;
}

.err {
    display: none;
    padding: 4px;
    border: 1px solid #fc0000;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.2);
    font-size: 16px;
    font-weight: normal;
    color: #fc0000;
}

.log-form .btn-log {
    outline: none;
    width: 100%;
    height: 48px;
    background: #1F5AD8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 0;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    bottom: 25px;
    width: 100%;
}
