
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: white!important;
    -webkit-text-fill-color: white !important;
}
.bg-image {
    background: url('/img/login/background.webp') no-repeat center center;
    background-size: cover;
    padding-bottom: 160px;
}

@media (max-width: 640px) {
    .bg-image {
        background: url('/img/login/background-movil.webp') no-repeat center;
        background-size: cover;
        padding-bottom: 70px;
    }

}
.card-container {
    padding: 2.813rem 1.75rem;
}
.error-message {
    color: #FAAF38;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}
.modal-delete{
    height: 100%;
    background: #4C4752;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.modal-delete h2{
    color: var(--color-palette-dark-purple-light-hover, #E0DAE0);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
}
.modal-delete h3{
    color: var(--color-palette-yellow-orange-light-active, #FDE6C1);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    max-width: 996px;
}
.modal-delete p, .modal-delete a{
    color: var(--color-palette-dark-purple-light-active, #BEB2BE);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 620px) {

    .modal-delete h2 {
        font-size: 42px;
    }

    .modal-delete h3 {
        font-size: 24px;
    }
    .modal-delete p, .modal-delete a{
        font-size: 14px;
    }
}
