/* login style */
body {
    background-color: #1D212A;
}
.login-container {
    margin: 10rem auto 0;
    width: 47rem;
    padding-bottom: 10rem;
}
.login-logo__img {
    display: block;
    width: 20rem;
    margin: 25px auto;
}
.login-container__desc {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    margin-top: -15px;
    line-height: 150%;
    color: white;
}
.login-wrap {
    padding-top: 5rem;
}

/* login input style */
.login-wrap .input-wrap{
    width: 47rem;
}
.login-wrap .input-container:nth-child(n+2) {
    margin-top: 1rem;
}

/* button style */
.button-wrap {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}
.button-wrap button {
    width: 47rem;
    padding: 2rem 1.4rem;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    border-radius: .5rem;
    cursor: pointer;
    transition: background ease-in-out .2s;
}
.button-wrap__signUp2,
.button-wrap__login {
    background-color: #8626fc95;
    border: 2px solid var(--primary-color);
    color: white;
    font-weight: 500;
}

.button-wrap__signUp {
    background-color: #8626fc1d;
    border: 2px solid var(--primary-color);
    color: white;
    font-weight: 500;
    /* background-color: rgba(255, 255, 255, 0.221);
    border: 2px solid white;
    color: white; */
}

.input-wrap__pw--hide {
    cursor: pointer;
}
.input-wrap__pw--hide img {
    width: 30px;
    height: 30px;
}
.main-container {
    min-width: auto;
}
.h8 {
    line-height: 8rem;
}
.w328 {
    width: 40rem;
}
.w274 {
    width: 27.4rem;
}
.layout-center {
    width: auto;
    justify-content: center;
    text-align: center;
}
.input-wrap--np {
    padding: 0;
}
.input-wrap--np select {
    background-color: transparent;
    width: 100%;
    padding: 1.6rem 1.4rem 1.6rem 1.6rem;
    color: white;
    font-size: 1.6rem;
}
.login-wrap__tt::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px solid rgba(255, 255, 255, 0.655);
    padding-bottom: 60px;
}
.login-wrap__tt {
    font-size: 1.9rem;
    color: white;
    font-weight: 700;
    padding-left: 10px;
    padding-bottom: 10px;
}