﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}

.container {
    text-align: center;
    font-family: SegoeUI-SemiBold,Helvetica,Arial,sans-serif;
    padding: 0 26px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
}

    .container > * {
        margin-bottom: 6px;
    }

.image {
    height: 200px;
    width: 200px;
    vertical-align: top;
}

.title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #323130;
}

a:link {
    text-decoration: none;
}

.sub_title {
    height: auto;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.link {
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 20px;
    color: #006CBE;
}

.button {
    align-items: center;
    padding: 6px 20px;
    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #0078D4;
    color: #ffffff;
    border: none;
    border-radius: 2px;
}

a.button {
    display: inline-block;
    font: 400 13.3333px Arial;
    margin-top: 20px;
}
