.contact-name-email .form-field {
    width: 49%;
    display: inline-block;
    clear: none;
    vertical-align: top;
}
span.label-title {
    float: left;
}
.contact-name-email input {
    padding: 15px 15px!important;
    border-radius: 4px !important;
}
.contact-name-email input[type=email]{
    padding: 26px 15px!important;
    border-radius: 4px !important;
        margin-top: 7px;
}

@media screen and (max-width: 992px) {
    .contact-name-email .form-field {
        width: 100%;
    }
}