/* Minification failed. Returning unminified contents.
(8,28): run-time error CSS1039: Token not allowed after unary operator: '-neutral-100'
(9,28): run-time error CSS1039: Token not allowed after unary operator: '-neutral-300'
 */
.adm-fortgot-password__main-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    padding: 4.1rem;
    background-color: var(--neutral-100);
    border: 1px solid var(--neutral-300);
    border-radius: 8px;
    max-width: 1304px;
    text-align: center;
}


.adm-fortgot-password__main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adm-fortgot-password__main-form {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.adm-fortgot-password__main-form > * {
    width: 100%;
}

.adm-fortgot-password__main-content > svg {
    max-width: 339px;
    max-height: 352px;
    width: 100%;
    height: auto;
}


.adm__error-page > svg {
    max-width: 450px;
    width: 100%;
    height: auto;
}

@media (max-width: 759px) {
    .adm-fortgot-password__main-content {
        padding: 2.5rem;
        height: auto;
    }
    .adm-card__header{
        font-size: 22px;
        line-height: 28px;
    }
    .adm-fortgot-password__main-header {
        gap: 20px;
    }
}



