.bg-login{
    background-color: var(--page-background);
}

.overlay-login {
    background-color: var(--page-background);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.form-login{
    background-color: white;
    padding: 2.5rem 2rem 2rem;
    border-radius: 32px;
    box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.06),
            0 2px 8px rgba(0, 0, 0, 0.04);
}

.logo-panel{
    padding: 1.5rem 1.5rem 1rem;
}

.text-reset-pw {
    color: #212429
}

.box{
    box-shadow: unset;width: 550px; border-radius: 32px;
    border-end-end-radius: 35px;
    border-end-start-radius: 35px;
}

.box-form{
    height: 95vh;
}