﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

section h2 {
    margin-top: 0 !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.full-width {
    max-width: 100%;
}

.form-section,
.page-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo {
    margin-bottom: 40px;
    max-width: 200px;
}

.form-section:nth-child(odd) {
    background-color: #f7f7f7;
}

.section-heading {
    margin-top: 0;
}

.page-section {
}

.page-heading-section {
    color: #ffffff;
    background-color: #a41e35;
    position: relative;
}


.with-errors {
    color: #a41e35 !important;
}
.input-validation-error {
    border-color: #a41e35;
}

input[data-val-required] ~ .form-control-feedback {
    float: right;
    padding-right: .75em;
    top: -1.75em;
}
input[data-val-required] ~ .form-control-feedback:before {
    content: "\e101";
    opacity: .5;
    position:relative;
    top: -1px;
}

input[data-val-required].input-validation-error ~ .form-control-feedback:before {
    content: "\e014";
    opacity: 1;
    color: #a41e35;
}

input[data-val-required].valid ~ .form-control-feedback:before {
    content: "\e013";
    opacity: 1;
    color: #767a4c;
}

.form-page,
.form-page .body-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.main-section-heading {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-footer {
    padding: 20px;

    background-color: #a41e35;
    color: #fff;
}


