.contact-site .form-control {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0; }
.contact-site .form-control:active, .contact-site .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.contact-site .btn, .contact-site .form-control {
    border-radius: 0;
    height: 55px;
    padding: 0 5px}

.contact-site form.border-right {
    border-right: 1px solid #dee2e6;
    padding-right: 6rem !important; }
@media (max-width: 991.98px) {
    .contact-site form.border-right {
        padding-right: 0 !important;
        border-right: none !important; } }

.contact-site label.error {
    font-size: 12px;
    color: red; }

#conMessage {
    resize: vertical; }

#form-message-warning, #form-message-success {
    display: none; }

#form-message-warning {
    color: #B90B0B; }

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }

.contact-site  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }

.has-error .form-control {
    border-color: #a94442;}

.col-message {
    display: none;
    margin-top: 20px;
}
.success-message {
    display: none;
}
.error-message {
    display: none;
    color: #a34759;
    font-size: 12px;
    padding: 0 5px;
}
.has-error .error-message {
    display: block;
}
.alert {
    border: 0;
    border-radius: 0;
}
#contact-form .alert  .close {
    top: 1px;
    right: -8px;
}
#contact-form .alert {
    border-radius: 0;
}