/* Auth. Default */

.auth-def:not(:last-child) {
    margin-bottom: 5rem;
}

.auth-def__fields:not(:last-child) {
    margin-bottom: 0.5rem;
}

.auth-def__label.form-label:not(:last-child) {
    margin-bottom: 0.375rem;
}

.auth-def__forgot-password:not(:last-child) {
    margin-bottom: 2.375rem;
}

.auth-def__submit {
    text-align: center;
}

.auth-def__submit-btn {
    min-width: 11.5rem;
}

@media (min-width: 576px) {
    .auth-def__submit {
        text-align: left;
    }

    .auth-def__submit-btn {
        min-width: none;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .auth-def__label.form-label:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .auth-def__fields:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .auth-def__forgot-password:not(:last-child) {
        margin-bottom: 2.5625rem;
    }
}

@media (min-width: 1200px) {
    .auth-def__fields:not(:last-child) {
        margin-bottom: 1rem;
    }

    .auth-def__forgot-password:not(:last-child) {
        margin-bottom: 2.75rem;
    }
}

.auth-def__label.form-label {
    color: #707070;
}

.auth-def__label.form-label-sm {
    font-size: 0.875rem;
}

.auth-def__forgot-password {
    font-size: 0.875rem;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .auth-def__label.form-label-sm {
        font-size: 1rem;
    }

    .auth-def__forgot-password {
        font-size: 1rem;
    }
}