.auth-content {
    background-image: url('/static/images/sapporo/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.auth-title {
    color: #df8c37;
    font-size: 30px;
    font-family: "UTM Bebas";
}

.recovery-title {
    color: #df8c37;
    font-size: 22px;
}

#send-verify-code,
#send-recovery-code {
    cursor: pointer;
}

.send-code-again {
    display: flex;
    justify-content: center;
}

.footer-link {
    color: #df8c37;
    margin-left: 5px;
}

.footer-link:hover {
    color: #007bff;
}

.reset-password-form .form-group,
.reset-password-form .row-code {
    padding-left: 10px;
    padding-right: 10px;
}

.auth-left {
    background-color: #ffffff;
    min-height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
}

.auth-left .form-control {
    margin-top: -3px;
}

.auth-left .form-control.custom-select {
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
}

.auth-control {
    padding-left: 15px;
    margin-top: -15px;
    margin-bottom: 10px;
}

#showPassword {
    cursor: pointer;
}

.forgot-password-link a {
    color: #212529;
}

.auth-content a:hover,
.auth-content .btn:hover {
    color: #007bff;
    text-decoration: none;
}

.btn-login {
    background-color: #f6a95a;
    color: #ffffff;
    border-radius: 30px;
}

.custom-control-label::before {
    top: 7px;
}

.custom-control-label::after {
    top: 7px;
}

.btn-facebook {
    background-color: #3c5b97;
    border-radius: 30px;
    padding: 12px 0px 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: "UTM Bebas";
}

.facebook-icon {
    background-color: #24427c;
    border-radius: 50%;
    padding: 14px 18px;
    color: #ffffff;
    position: absolute;
}

.form-control {
    border-radius: 7px;
}

input.form-control {
    height: 45px;
}

.form-group {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.input-label {
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    border-radius: 12px;
    color: #ffffff;
    background-color: #f6a95a;
    padding: 0px 7px;
    font-size: 12px;
}

.input-label .invalid-feedback {
    position: absolute;
    left: 100%;
    width: 200px;
    background-color: #dc3545;
    border-radius: 12px;
    color: #ffffff;
    margin-top: -18px;
}

.group-input-password::after,
.group-input-confirm-password::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
    top: 11px;
    right: 3px;
    position: absolute;
    padding: 0px 7px;
    background-color: transparent;
    cursor: pointer;
}

.input-icon {
    position: absolute;
    right: 3px;
    z-index: 999999;
    top: 2px;
    padding: 8px 4px;
    background-color: transparent;
}

.or-button {
    width: 90%;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    color: #ababab;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    margin-left: 20px;
    margin-top: -15px;
    margin-bottom: 5px;
}

.or-button::before {
    width: 50%;
    top: 51%;
    overflow: hidden;
    height: 1px;
    background-color: #d0d0d0;
    content: '\a0';
    position: absolute;
    margin-left: -52%;
    text-align: right;
}

.or-button::after {
    width: 50%;
    top: 51%;
    overflow: hidden;
    height: 1px;
    background-color: #d0d0d0;
    content: '\a0';
    position: absolute;
    margin-left: 2%;
}

.btn-login-fb {
    cursor: pointer;
}

.footer-auth-left {
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: 20px;
}

.footer-login-left {
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
}


.auth-right {
    padding-left: 0px;
}

.rectangle-full-right {
    float: left;
    width: 13px;
    background-color: #f1f1f1f1;
    opacity: 0.5;
    height: 100%;
}

.rectangle-center-right {
    float: left;
    margin-top: 15%;
    width: 13px;
    background-color: #f1f1f1f1;
    opacity: 0.3;
    height: 60%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.rectangle-full-left {
    width: 80%;
    background-color: #f1f1f1f1;
    opacity: 0.5;
    height: 10px;
    margin-left: 10%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.rectangle-center-left {
    width: 70%;
    background-color: #f1f1f1f1;
    opacity: 0.5;
    height: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 15%;
    margin-top: -10px;
}

.auth-logo {
    height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.auth-logo-label {
    color: #df8c37;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 33px;
}

.auth-right-mobile,
.rectangle-full-left,
.rectangle-center-left {
    display: none;
}

.line-1 {
    font-family: "UTM Bebas";
    font-weight: bold;
}

.input-code input {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.input-code .form-control.is-valid,
.input-code .form-control:valid,
.input-code .form-control:invalid {
    background-image: none;
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .auth-content {
        height: auto;
    }

    .auth-left {
        margin: 10px 20px 0px;
        border-radius: 10px;
        min-height: calc(100vh - 100px);
    }

    .auth-right-mobile {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .rectangle-full-left,
    .rectangle-center-left {
        display: block;
    }

    .auth-right {
        display: none;
    }

    .input-code {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .footer-auth-left {
        position: initial;
        padding: 15px;
    }

    .footer-auth-right .small {
        font-size: 10px;
    }
}

@media only screen and (max-height: 480px) and (min-width: 768px) {
    .footer-auth-right {
        position: absolute;
        bottom: 10px;
    }

    .input-code {
        padding-left: 0px !important;
        padding-right: 3px !important;
    }

    .footer-auth-left {
        position: initial;
        padding: 15px;
    }

    .footer-auth-right {
        margin-left: 15px;
    }
}

.checkbox-custom {
    font-size: 11px;
    padding-top: 8px !important;
}

.group-check-accept-term {
    margin-bottom: 10px;
    margin-top: -20px;
}