﻿html {
    min-height: 100%;
    position: relative;
}

body {
    padding: 20px;
}

h1 {
    color: #333;
    font-size: 2.5em;
    font-weight: bold;
}

a {
    color: #0662AD;
}

.row.buffer-top {
    margin-top: 30px;
}

.page-header {
    border: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

img.title {
    height: 227px;
    width: 400px;
}

.validation-summary-errors > ul {
    list-style-type: none;
    padding-left: 0;
}

.btn.btn-primary {
    background-color: #203e70 !important;
    text-transform: uppercase;
}

.copyright {
    position: absolute;
    max-height: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    color: #999;
}

.container {
    padding-bottom: 45px; /*this matches the max-height in copyright to prevent collision of copyright with other rows in container*/
}

.btn-cancel-andi {
    background-color: darkgrey !important;
    border-color: darkgrey !important;
    text-transform: uppercase;
}

.has-consent {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.consent-text {
    margin: 0 0 0 15px;
}
