body {
    background-color: #00558C;
    font: 12px supria-sans, sans-serif;
    color: #000000 !important;
}

header {
    background-color: white;
    height: 100px;
}

h1 {
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
}

h3 {
    font-size: 24px;
}

.container {
    background-color: white;
}

.login-help {
    background-color: #F7F7F7;
}

a, a:visited {
    color: #63666A;
}

a.btn:visited {
    color: white;
}