/* Password recovery. Default */

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

.password-recovery-def__text {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    text-align: center;
}

.password-recovery-def__text:not(:last-child) {
    margin-bottom: 1.375rem;
}

.password-recovery-def__field.form-group:not(:last-child) {
    margin-bottom: 2.5rem;
}

.password-recovery-def__submit {
    text-align: center;
}

.password-recovery-def__submit-btn {
    min-width: 16.75rem;
}

@media (min-width: 576px) {
    .password-recovery-def__text {
        margin-left: 0;
        margin-right: 0;
    }

    .password-recovery-def__submit {
        text-align: left;
    }

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

@media (min-width: 992px) {
    .password-recovery-def__text {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .password-recovery-def__field.form-group:not(:last-child) {
        margin-bottom: 2.125rem;
    }
}

@media (min-width: 1200px) {
    .password-recovery-def__field.form-group:not(:last-child) {
        margin-bottom: 1.75rem;
    }
}

.password-recovery-def__text {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0;
}

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

.password-recovery-def__label.form-label-sm {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .password-recovery-def__text {
        line-height: 1.5;
    }
}