.account__alert
{
    background-color: rgb(255, 215, 215);
    padding: 1rem;
    border-radius: .25rem;
}


@media (min-width:48rem) {
    .account__alert
    {
        margin-top: 3rem;
    }
}