.close-alert {
    animation: alert .5s ease-out normal forwards;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%), 0 3px 3px rgb(0 0 0 / 5%);
    background-color: var(--red) !important;
    color: #fff;
    padding: 8px 10px;
    border-radius: var(--border-sm);
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    width: fit-content;
    cursor: unset !important;
}

.login-class {
    width: 90%;
}


@media (min-width: 576px) {
    .login-class {
        width: 45rem !important;
    }
}

