﻿body {
    /*font-family: sans-serif;*/
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
}
/*
    padding-top: 50px;
    padding-bottom: 20px;
}

// Set padding to keep content from hitting the edges
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}
*/


/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.logo-img, div.logo-img > img, div.logo-img > a > img {
    /* padding: 25px 35px 25px 35px; */
    width: 175px;
    min-width: 175px;
    max-width: 190px;
    max-height: 90px;
    /*
    -webkit-filter: invert(1);
    filter: invert(1);
    */
}

