body {
    background-color: #f5f5f5;
}

.auth_main .form-control,
.auth_main .form-select {
    font-size: 16px;
    border-radius: .5rem;
    border-color: #ced4da;
}

.auth_main .select2 {
    font-size: 16px;
}

.auth_main .form-floating>label {
    opacity: 0.65;
    fill-opacity: 0.65;
}

.auth_main .btn-group-lg>.btn,
.btn-lg {
    border-radius: .5rem;
    font-size: 1.2rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.auth_main .rounded {
    border-radius: 1.5rem !important;
}

.auth_main .form-check {
    min-height: 1.3rem;
    padding-left: 2em;
}

.auth_main .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
}

.auth_main .form-check .form-check-input {
    margin-left: -2em;
}

#main {
    position: relative;
    background-image: url(../../../images/auth-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.auth_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
}

.auth_main {
    position: relative;
    z-index: inherit;
    width: 100%;
    max-width: 450px;
    padding: 3rem 0;
}

.auth_main.complete_profile_form {
    max-width: 600px;
}

.auth_main h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 1.5rem !important;
    padding: .75rem;
    border: 3px solid #ffffff;
}

.auth-form {
    padding: 30px 20px;
    background-color: #fff;
    border: 3px solid #ffffff;
}

.auth-form .checkbox {
    font-weight: 400;
}

.auth-form .form-floating:focus-within {
    z-index: 2;
}

/* Alert */
.auth_main .alert {
    padding: 0.5rem 1rem;
}

.auth_main .alert-dismissible .btn-close {
    padding: 0.75rem 1rem;
}

.auth_main .alert ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auth_main .alert ul>li>.bi:before {
    font-weight: bold !important;
}

.auth_main .alert>.bi:before {
    font-weight: bold !important;
}

/* Responsive */
@media screen and (max-width: 575px) {
    .auth_main {
        max-width: unset;
        padding: 20px;
    }

    .auth-form {
        padding: 20px;
        box-shadow: none !important;
    }

    .auth_main .btn-group-lg>.btn,
    .btn-lg {
        padding: 0.95rem 1rem;
    }
}

.separator {
    position: relative;
    text-align: center;
}

.separator::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    content: '';
    border-top: 1px solid #e5e5e5;
    z-index: 0;
}

.separator span {
    position: relative;
    z-index: 1;
    margin-top: -10px;
    font-weight: bold;
    font-size: 12px;
    color: #aaaaaa;
    padding: 2px 10px;
    background-color: #ffffff;
}