#contact-desc {
    font-size: 1.2em;
}

#contact-form {
    font-family: Arial, sans-serif;
    color: #003874;

    label {
        font-size: 1.5em;
    }

    span.required-label {
        font-size: 1.5em;
        color: red;
        padding: 5px;
    }

    .col-md-6, .col-md-12 {
        padding-bottom: 30px;
        align-self: start;
    }

    input {
        height: 40px;

        &::placeholder {
            opacity: 0.5;
        }
    }

    button {
        background-color: #003874;
        border-color: #003874;
        height: 40px;
        font-size: 1.2em;
        &:hover {background-color: #99CAEA;}
        &:active {background-color: #B49759;}
    }
}

#emailSuccess {
    font-family: Arial, sans-serif;
    background-color: #B7E1CD;
    font-weight: bold;
}

#emailFail {
    font-family: Arial, sans-serif;
    background-color: #EA9999;
    font-weight: bold;
}