body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.input-validation-error {
    border: 1px solid #a94442
}

.input-validation-valid { /* Optional: you can set whatever style you want */
}

.field-validation-error {
    color: red !important;
    font-weight: bold !important;
}

.field-validation-valid {
    display: none !important
}

.validation-summary-errors {
    color: #a94442;
    font-weight: bold;
}

.validation-summary-valid {
    display: none
}

.green {
    background-color: #01ff99;
}

.red {
    background-color: #ff0000;
}

.orange {
    background-color: orange;
}
