.field-error {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    color: #b3261e;
    font-weight: 500;
}

.field-group.has-error input,
.field-group.has-error textarea {
    border: 1px solid #b3261e !important;
}

.field-group.has-error .phone-wrap {
    border: 1px solid #b3261e !important;
}

.field-group.has-success input,
.field-group.has-success textarea {
    border: 1px solid #2e7d32 !important;
}

.field-group.has-success .phone-wrap {
    border: 1px solid #2e7d32 !important;
}