.comment-fieldbox {
    margin-top: 25px;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}

#contactForms .form-group{
    border: 0;
    margin: 0 0 15px;
}

#contactForms .form-control{
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin: 0 0px;
    border: 1px solid #ccc;
    height: 36px;
    padding: 0px 12px;
}

#contactForms textarea.form-control {
    height: auto;
    padding: 12px;
}

.form-control:hover, .form-control:focus{
    outline: 0;
    box-shadow: none;
    border-color: #cccc;
}

textarea.form-control {
    height: 100px;
    width: 100% !important;
}

form label.error{
    font-size: 14px;
    color: #fc534c;
    font-weight: normal;
    margin: 5px 0 0;
    display: block;
}

.contactForms .btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 50px 10px;
    margin: 15px 0 0;
    font-size: 16px;
    background: #36bfc4;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.contactForms .btn:hover, .contactForms .btn:focus{
    outline: 0;
    box-shadow: none;
    border: 0;
}