/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.has-error{
    color:#dc3545;
}
.with-errors{
    margin-top:5px;
}
.pgheader{
    color:#60a478;
    font-weight:700;
    font-size:30px;
}
.pgheadertext{
    border-bottom: 4px solid #125889;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.with-errors ul li:before {
    margin-right: 0px;
    color: #60a478;
    font-weight: 900;
}