﻿.form-group.has-error .help-block {
    color: #EA5455;
}

.form-group.has-error label {
    color: #EA5455;
}

.form-group.has-error .form-control {
    border-color: #EA5455;
    box-shadow: none;
}

.form-group.has-error .input-group-addon {
    border-color: #EA5455;
    box-shadow: none;
}
