h1 {
    font-size: 34px;
    margin-top: 48px;
}

ul.errors {
    padding: 0;
    margin: 0;
}

ul.errors li {
    float: left;
    list-style-type: none;
    display: block;
    margin: 5px 0 0 0;
}

p.after-form {
    margin: 40px 0px 20px 0px;
}

select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control::-ms-expand {
    display: none;
}

input.has-error, select.has-error {
    border-color: #a94442
}

input[type="radio"] {
    margin-top: 2px;
}

div.logo {
    padding: 12px 0px 0px 10px;
}

div.header {
    background: linear-gradient(#ffffff, #d9d9d9);
    height: 110px;
    margin: 0px;
    padding: 0px;
}

div.logo a {
    display: block;
    float: left;
    margin-bottom: -22px;
    height: 84px;
    line-height: 84px;
}

#dp-img {
    float: right;
}

#logo-img {
    width: 100%;
    max-width: 431px;
    vertical-align: bottom;
}

div.after-header {
    background-color: #e12d28;
    height: 12px;
    border-top: solid 1px #ffffff;
}

.checkbox input[type="checkbox"] {
    margin-left: -30px;
}

.checkbox label {
    padding-left: 30px;
}

.radio-inline label {
    font-weight: normal;
    padding-top: 2px;
    cursor: pointer;
}

footer hr {
    border-top: 1px solid #ccc;
}

footer div, footer div a {
    margin-bottom: 20px;
    text-align: center;
    font-size: small;
    color: #888;
}