﻿.required {
    color: #e6292a;
}

h1.level1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
}

h2.level2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
}

h3.level3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
}

.form-note {
    background-color: #223250;
    padding: 10px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.validation-summary {
    color: #ffffff!important;
    font-size: 12px;
}