/**
 * 로그인 페이지 전용. 공통은 style.css.
 * site1 로그인 블록과 동일하게 유지.
 */
body.login-body {
    background-color: #375986;
    width: 100vw;
    min-height: 100vh;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(/assets/images/earth.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -35px;
}

.login-body h1 {
    color: #fff;
    font-size: 57px;
    letter-spacing: -5.7px;
    text-align: center;
    font-family: 'Noto Sans KR';
    margin-top: 176px;
    font-weight: 500;
}

.login-body h2 {
    color: #375986;
    font-size: 24.5px;
    letter-spacing: -0.98px;
    text-align: center;
    font-family: 'Nanum Gothic';
    background-color: #fff;
    width: 390px;
    height: 51px;
    margin: 0 auto;
    line-height: 51px;
    border-radius: 25px;
    margin-top: 22px;
    margin-bottom: 52px;
}

.login-body h3 {
    color: #fff;
    font-size: 27px;
    letter-spacing: -0.96px;
    font-family: 'Nanum Gothic';
    margin-left: 39px;
    margin-bottom: 28px;
}

.login-body .login-wrapper {
    width: 480px;
    height: 284px;
    background-color: #092d5a;
    border-radius: 32px;
    padding: 43px 29px 51px 29px;
    margin: 0 auto;
}

.login-body .login-wrapper .login-error {
    color: #ffb3b3;
    font-size: 14px;
    margin: 0 0 12px 39px;
}

.login-body .login-wrapper form {
    display: flex;
    flex-direction: column;
}

.login-body .login-wrapper input.login-input {
    border-radius: 21.28px;
    width: 422px;
    height: 43px;
    padding: 17px 23px;
    font-size: 20.28px;
    letter-spacing: -2px;
    color: #375986;
    font-weight: bold;
    font-family: 'Nanum Gothic';
    margin-bottom: 17px;
    box-shadow: 0 5px 2px #051a34;
}

.login-body .login-wrapper input.login-input::placeholder {
    font-weight: bold;
    color: #375986;
    font-family: 'Nanum Gothic';
}

.login-body .login-wrapper .btn-box {
    text-align: right;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.login-body .login-wrapper .btn-box div {
    display: flex;
    align-items: center;
}

.login-body .login-wrapper .btn-box #login-btn {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 17.76px;
    font-family: 'Nanum Gothic';
    letter-spacing: -0.71px;
    font-weight: bold;
    margin: 0;
    margin-left: 28px;
    padding: 0;
    cursor: pointer;
}

.login-body .login-wrapper .btn-box label {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-family: 'Nanum Gothic';
    letter-spacing: -0.5px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.login-body .login-wrapper .btn-box a {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 17.76px;
    font-family: 'Nanum Gothic';
    letter-spacing: -0.71px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    padding: 0;
    margin-left: 28px;
}

.login-body .login-wrapper .btn-box a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: -18px;
    top: 0;
    background-color: #fff;
    pointer-events: none;
}

.login-body .login-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 39px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-body .login-footer .a1 {
    font-family: 'Nanum Gothic';
    color: #375986;
    background-color: #092d5a;
    border-radius: 12.5px;
    width: 267px;
    height: 25px;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto 9px;
    font-weight: bold;
}

.login-body .login-footer .a2 {
    font-family: 'Nanum Gothic';
    color: #092d5a;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    font-weight: bold;
    margin: 0;
}
