@font-face {
    font-family: 'Open_Sans';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold.woff2') format('woff2'),
    url('../fonts/opensans-semibold.woff') format('woff'),
    url('../fonts/opensans-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.splash-body {
    height: 100vh;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Open_Sans", Arial, sans-serif;
}

.splash-container {
    height: 100vh;
    border-top: 20px solid #0032a0;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.splash-logo-container {
    width: 450px;
    max-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
}

.splash-logo-container img {
    max-width: 100%;
    height: auto;
}

.splash-message-container {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e3e2e3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    width: 450px;
    text-align: center;
    padding: 20px 0;
}

.splash-message-container p {
    width: 350px;
    font-size: 18px;
    color: #262626;
    margin: 20px auto;
}

.splash-message-container a {
    display: inline-block;
    background-color: #0032a0;
    border-color: #0032a0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    color: #ffffff;
    text-decoration: none;
}

.splash-message-container a:visited {
    background-color: #002a87;
    border-color: #002a87;
    color: white;
    text-decoration: none;
}

.splash-message-container a:hover {
    background-color: #00226d;
    border-color: #00226d;
    color: white;
    text-decoration: none;
}

footer {
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.container {
    margin: 0 auto;
}

.splash-copyright,
.splash-additional-links {
    vertical-align: top;
}

.splash-copyright {
    text-align: left;
    float: left;
    color: #262626;
}

.splash-additional-links {
    float: right;
}

.container a {
    color: #3277BA;
}
