
input, select, textarea {
    font-size: 17px;
    font-family: Raleway;
    color: #333333 !important;
}

textarea {
    height: 150px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

#regForm .containertitle {
    font-family: Calibri, sans-serif;
    font-size: 32px;
    color: #1466b1;
    font-weight: normal;
    line-height: normal;
    margin: 5px 0;
}
