.form-control {
    margin-bottom: 15px;
    border-radius: 0;
    height: auto;
}

.contact-submit {
    border-radius: 0;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.contact-link {
    color: #333;
    display: inline-block;
}

@media all and (max-width: 767px) {
    .form-control {
        font-size: 20px;
        padding: 10px 15px;
    }

    .contact-submit {
        display: block;
        width: 100%;
        font-size: 20px;
    }

    .contact-link {
        font-size: 16px;
        padding: 2px 0;
    }
}

.contact-success-alert {
    border-radius: 0;
    text-align: center;
}