﻿@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500&display=swap');

body {
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    height: 100%;
    padding: .8%;
    box-sizing: border-box;
}

html {
    margin: 0;
    height: 100%;
}

.MainContainer {
    border-color: #d1e4ea;
    border-width: 3px;
    border-style: solid;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-content: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 0 auto;
    max-width: 762px;
    width: 100%;
    min-width: 600px;
    box-sizing: border-box;
}

input[type=text] {
    border: 3px solid #d1e4ea;
    margin-bottom: 15px;
}

.button {
    width: 64px;
    height: 30px;
    background-color: #73308b;
    color: white;
    border: none;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13.33px;
    line-height: 30px;
}

    .button:hover {
        color: #d1e4ea;
    }

    .button:active {
        background-color: #0055a5;
    }

.formBodyContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-flow: row;
    align-items:center;
    -ms-flex-align: center;
    padding-bottom: 5px;
    -ms-flex: 1 1 auto;
    /*width: 762px;*/
    width: 99%;
}

    .formBodyContainer > div {
        display: -ms-flexbox;
        width: auto;
        display: flex;
        -ms-flex-flow: column;
        -ms-align-content: center;
        -ms-flex-align: center;
        -ms-flex: 1 1 50%;
        flex-flow: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex: 1;
        max-width: 50%;
        overflow-wrap: break-word;
    }

        .formBodyContainer > div > * {
            display: block;
            max-width: 50%
        }

div.separator {
    width: 0 !important;
    /*height: 80%; Doesn't work in webkit browsers*/
    margin-top: 30px;
    margin-bottom: 30px;
    border-right: 2px dotted #d1e4ea;
    flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    align-self: stretch;
    -ms-flex-item-align: stretch !important;
}

.HeaderText {
    font-family: 'Fira Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: white;
    background-color: #0055a5;
    text-rendering: optimizeLegibility;
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 17px;
    padding-bottom: 17px;
}

h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    padding: 0 10px 0 10px;
}

img {
    display: block;
    padding-top: 5px;
}

.logoImage {
    height: 50px;
    /*width: 226px;*/
    margin-left: 8px;
    padding-bottom: 5px;
}

header {
    /*width: 765px;*/
    width: 100%;
}

/*.bannerImage {
    --
    height: 111px;
    width: 765px;
}*/

#links > div {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: column;
    -ms-flex-align: start;
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
    -ms-flex: 1 1 auto;
}

p, h3 {
    display: block;
    -ms-flex: 1 1 auto;
    max-width: 200px;
}

#disclaimer {
    font-size: 11px;
    width: 90%;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
}

footer {
    display: block;
    height: 40px;
    background-color: #0055a5;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: left;
    color: white;
    line-height: 40px;
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 20px;
    margin-bottom: -2px;
}
