.alert-error .alert-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.alert-error .alert-content {
    flex: 1;
}

.alert-error .alert-content p {
    margin: 0 0 0.5rem 0;
}

.alert-error .alert-content p:last-child {
    margin-bottom: 0;
}

.auth-footer p+p {
    margin-top: 0.5rem;
}