.form-group.error input {
    border: 1px solid red;
}

.form-group .live-error-message {
    color: #e9424f;
    font-size: 12px;
}

.form-group:not(.error) .live-error-message {
    display: none;
}
