form.ajax-contact-form {
    margin:0 0 50px 0;
}

form.ajax-contact-form input[type="submit"],
form.ajax-contact-form button {
    font-size:15px;
}

.form-group.has-error input, 
.form-group.has-error select, 
.form-group.has-error textarea {
    border:1px solid #dc3545;
}

.form-group.has-error .error {
    color:#dc3545;
    font-size:13px;
}

.form-message { 
   margin:10px 0 0 0;
   padding:5px 10px;
   color:white;
   opacity:0.8;
   display: inline;
}

.form-message.success {
   background:#1EC6B6;   
}

.form-message.error {
   background:red;
}