/* overide css*/
/*.container {
    width: calc(100% - 400px);
}*/

@media (max-width: 990.98px) {
    .container {
        width: 100%;
    }
}
.login-social {
    width: 85%;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.login-social .title-login-sns,
.login-email .title-login-sns {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    letter-spacing: 0.05em;
}

.sk-social {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sk-social .sk-social-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-email {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 85%;
}

.login-email > form {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.login-email .forgot-pw-link {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: black;
}

.sk-btn-login {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.member-signup {
    margin-bottom: 100px;
    background-color: #ffffff;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 40px 0;
}

.member-signup .member-signup-title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: black;
}

.member-signup .link-to-signup {
    width: 200px;
    margin-left: calc(50% - 100px);
    margin-top: 22px;
}

.sk-login .alert {
    margin-bottom: 0px;
}

.login-mode {
    margin-top: 5px;
}

.login-mode .btn-group {
    margin-left: calc(50% - 104px);
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .help-block {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    text-align: left;
}

@media (max-width: 990.98px) {
    .sk-button-social {
        width: 100%;
    }
    .login-email {
        padding-top: 0;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        width: auto;
    }
    .login-social {
        width: auto;
        text-align: start;
    }
    .member-signup .member-signup-title {
        font-size: 16px;
    }

    .header .logo .mb-question-icon {
        position: absolute;
        right: 62px;
        width: unset;
    }
    .member-signup {
        margin-bottom: 100px;
        background-color: #ffffff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0 40px 0;
    }
}
