.accordion-button {
    padding: 0.25rem 1.25rem;
    font-size: 0.75rem;
    background-color: #d5d5d5;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #d5d5d5;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card {
    background-color: unset;
    border: unset;
}

#recaptcha:first-child div {
    width: unset;
    height: unset;
}

.bg-dark {
    background-color: #e3e3e3 !important;
}

.text-light {
    color: darkgreen !important;
    font-weight: bold;
}

.forgot-password-wrapper {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6fb;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 992px) {
    .forgot-password-wrapper {
        min-height: auto;
    }
}

#email-loading {
    margin-bottom: 1rem;
    display: none;
}