section#emailsubject {
    padding: 0;
}

section#namephone {
    padding: 0;
}

.fh-contactform .col-sm-6{
    padding: 0!important;
}

#namephone .row,
#emailsubject .row {
    margin: 0;
}

.fh-contactform input {
    width: 100%!important;
    background:transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0px; color:#fff;
}

.fh-contactform label {
    margin-bottom:5px!important;
}

.fh-contactform textarea {
    width: 100%!important;
    background:transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0px; color:#fff;    
}

@media (min-width: 768px){
section#emailsubject .col-sm-6:first-child,
section#namephone .col-sm-6:first-child{
    padding-right:15px!important;
}

section#emailsubject .col-sm-6:nth-child(2),
section#namephone .col-sm-6:nth-child(2){
    padding-left:15px!important;
}
}

/*autofill*/
.fh-contactform .form-control:focus {
    border-color: #e70000;
    outline: 0;
      -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

div#bfPage2 p {
    margin: 0;
    background: red;
    padding: 10px 30px;
}