.error {
    color: red;
    display: none;
    text-align: center;
}

.error-container {
    margin-top: .5rem;
    min-height: 200px;
}

.error.visible {
    display: block !important;
}

.login_form.w-form {
    min-width: 300px;
}
