[x-cloak] {
    display: none !important;
}

.auth-shell .auth-card,
.auth-shell .auth-side-card,
.auth-shell .auth-section-card {
    border: 1px solid #e7ebdf;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(35, 51, 26, 0.06);
}

.auth-shell .auth-card {
    overflow: hidden;
}

.auth-shell .auth-side-card {
    background: linear-gradient(160deg, #f9fbf6 0%, #eef3e5 100%);
}

.auth-shell .auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #eef3e5;
    color: #5a6a4d;
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
}

.auth-shell .auth-title {
    font-size: 1.6rem;
    line-height: 1.15;
    color: #203319;
    font-weight: 600;
}

.auth-shell .auth-copy {
    color: #60705a;
    line-height: 1.65;
    max-width: 32rem;
}

.auth-shell label,
.auth-shell .auth-label {
    color: #424242;
    font-size: .72rem;
    font-weight: 500;
    margin-bottom: .40rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    flex-wrap: wrap;
}

.auth-shell .form-control,
.auth-shell .auth-input,
.auth-shell .select2-selection {
    border-radius: .50rem !important;
    min-height: 2.5rem;
    box-shadow: none !important;
}

.auth-shell .form-control:focus,
.auth-shell .auth-input:focus {
    border-color: #88a76b;
}

.auth-shell .select2-container .select2-selection--single,
.auth-shell .select2-container .select2-selection--multiple {
    min-height: 2.5rem;
    padding: 0;
}

.auth-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.5rem - 2px);
    padding-left: .75rem;
    padding-right: 2rem;
}

.auth-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.5rem - 2px);
    right: .35rem;
}

.auth-shell .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: .25rem .5rem;
}

.auth-shell .auth-input-wrap {
    position: relative;
}

.auth-shell .auth-input-wrap .form-control {
    padding-right: 2.75rem;
}

.auth-shell .auth-toggle {
    position: absolute;
    top: 50%;
    right: .9rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6e7b68;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.auth-shell .auth-submit,
.auth-shell .btn-primary {
    border-radius: .48rem;
    min-height: 2.5rem;
    padding: .64rem 1.0rem;
    font-weight: 500;
}

.auth-shell .auth-divider {
    height: 1px;
    background: #edf1e8;
    margin: 1.4rem 0;
}

.auth-shell .auth-note {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #e1e8d7;
    padding: 1rem 1.1rem;
}

.auth-shell .auth-helper {
    margin-top: .35rem;
    color: #708069;
    font-size: .8rem;
    line-height: 1.5;
}

.auth-shell .red {
    display: block;
    margin-top: .2rem;
    font-size: .82rem;
}

@media (max-width: 991.98px) {
    .auth-shell .auth-title {
        font-size: 1.45rem;
    }
}
