/* reset en style.css */
.contact-form-section form#contactForm {
    background: transparent;
    padding: 0;
}
.form-group {
    margin-bottom: 10px;
    padding-bottom: 15px;
}
#contactForm label.error {
    position: absolute;
    left: 0; bottom: 0;
    font-size: 12px;
    color: #F35353;
    margin: 0; line-height: 1;
}
.successSend {text-align: center; color: #a11d29; padding: 0 0 0;}
.successSend i {font-size: 4.5rem; margin: 15px 0px 10px;}
.successSend p {margin-top: 15px; color: #F35353;}
.successSend h1 {font-size: 1.6rem; font-weight: 400; line-height: 1.2;}