.contact-form .form-control {
    border: 0;
    border-radius: 0;
    background-color: #F2F2F2;
}

.contact-form .form-control::placeholder {
    color: #707070;
    font-weight: lighter;
}

label {
    font-weight: bold;
}
