/* login */
.login-wrap {
    width: 1440px;
    margin: 0 auto;
    height: 100%;
}

.login-wrap > .flex {
    height: 100%;
}

.login-wrap > .flex > .flex-box {
    width: 720px;
}

.login-wrap > .flex > .flex-box:first-of-type {
    height: 100%;
    background: url('/img/bg_login.png') no-repeat center / cover;
}

.login-wrap > .flex > .flex-box form {
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.login-wrap > .flex > .flex-box form fieldset {
    width: 100%;
}

.login-wrap > .flex > .flex-box form fieldset h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.login-wrap > .flex > .flex-box form fieldset .form-group label.tit {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #777;
    text-align: left;
    margin: 0 0 3px;
}

.login-wrap > .flex > .flex-box form fieldset .form-group input[type=text],
.login-wrap > .flex > .flex-box form fieldset .form-group input[type=password] {
    width: 100%;
    height: 62px;
    background: #f0f0f6;
    border-radius: 20px;
    padding: 0 25px;
    font-size: 20px;
}

.login-wrap > .flex > .flex-box form fieldset .form-group input[type=text]::placeholder,
.login-wrap > .flex > .flex-box form fieldset .form-group input[type=password]::placeholder {
    color: #777;
}

.login-wrap > .flex > .flex-box form fieldset .form-group a.find {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #777;
}

.login-wrap > .flex > .flex-box form fieldset .form-group button.submit {
    border-radius: 20px;
    height: 62px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
