@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap');
.form-group.success input,.form-group1.success input,
.form-group.success.entreprise input,
.field-box-query.success input {
    border-color: #2ecc71;
}

.form-group.error input,.form-group1.error input,
.form-group.error.entreprise input,
.field-box-query.error input {
    border-color: #e74c3c;
}

.form-group small, .form-group1 small,
.form-group.entreprise small,
.field-box-query small {
    color: #e74c3c;
    position: absolute;
    bottom: -20px;
    left: 20px;
 visibility: hidden;
}

.form-group.error small, .form-group1.error small,
.form-group.error.entreprise,
.field-box-query.error small {
    visibility: visible;
}