.has-error input, .has-error .input-group-text {
    color: #a94442;
    background-color: #ffcccc;
}

.has-error label {
    color: #a94442;
}

.with-errors {
    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);
}

.grecaptcha-badge {
    z-index: 200;
}

.Errors li {
    color: red;
    font-weight: bold;
}
