.error-input {
    border: 1px solid #FF2000 !important;
}

.error-message {
    display: none;
    color: #FF2000;
}

.error-message.display {
    display: inline-block;
}