
.border-color {
    border-color: #f2f2f2
}

.spoqa-normal-text{
    font-family: "Spoqa Han Sans Neo";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.04em;
}

.spoqa-bold-text{
    font-family: "Spoqa Han Sans Neo";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.04em;
}

.info-input-box {
    background-color: #f2f2f2;
    border-radius: 2px;
    padding-left: 16px;
    color: #4d4d4d;
    height: 50px;
}

.info-input-box::placeholder {
    font-family: "Spoqa Han Sans Neo";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.04em;
    color: rgba(77, 77, 77, 0.5);
}

.login-btn {
    background-color: #FEE100;
    font-weight: bold;
    border-radius: 2px;
    color: #262D39;
    height: 50px;
}

.login-btn:focus {
    outline: none;
}

.login-btn:hover {
    background-color: #FEE100;
    opacity: 50%;
}

.wrong {
    text-align: center;
    color: #ff1616;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.04em;
    height: 12px;
}

.loss-password{
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.04em;
    height: 12px;
}

.remember-me {
    margin-top: 12px;
}

.remember-me input[type="checkbox"] {
    display: none;
}

.remember-me input[type="checkbox"] + label {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/common/checkbox_off.svg) no-repeat;
}

.remember-me input[type="checkbox"]:checked + label {
    background: url(../images/common/checkbox_on.svg) no-repeat;
}

.remember-me .login-text {
    color: #4d4d4d;
}

.footer-text .bold {
    font-weight: 700;
}

.btn-link{
    padding: 0;
    color: #262D39;
}

@media screen and (max-width: 1023px) {
    .main-box {
        height: 93%;
    }

    .logo {
        width: 160px;
    }

    .info-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 30px;
        letter-spacing: -0.06em;
    }


    .footer-text {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: -0.3333px;
        color: #262D39;
    }


}

@media screen and (min-width: 1024px) {
    .background {
        background-color: #262D39;
    }

    .main-box{
        height:94%;
        width:400px;
    }

    .login-box{
        background-color: #FFFFFF;
        padding-top:50px;
        border-radius: 2px;
    }

    .logo {
        image-rendering: auto;
    }

    .info-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.06em;
        color: #000000;
        margin-bottom: 50px;
    }

    .info-input-box{
        width:300px;
    }

    .info-input-box-line{
        width:300px;
    }

    .login-btn{
        width:300px;
    }

    .wrong{
        width:300px;
    }

    .loss-password{
        width: 300px;
    }

    .remember-me{
        margin-top:12px;
        width:300px;
        margin-bottom: 50px;
    }

    .footer-text{
        font-size: 12px;
        line-height: 14px;
        color: #fff;
    }
}

