/* ===================================
       Contact Us
====================================== */

.contact-form {
    max-width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #797979;
    padding: 10px 0;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px;
    color: #797979;
    font-size: 14px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form .form-control:focus {
    border-color: #c32865;
}

.contact-form textarea {
    min-height: 130px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}