.contact-form{
    background: none;
    border:1px solid #e7e3e3;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    box-shadow: none;
    transition: all .2s ease;
    font-size: 16px;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label{
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

textarea.form-control {
    height: auto;
    overflow: auto;
    resize: vertical;
}

.contact-form{
    width: 500px;
    margin: auto;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .contact-form{
        width: 100%;
    }
}