@font-face {
    font-family: 'questrialregular';
    src: url('../font/questrial-regular-webfont.eot');
    src: url('../font/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/questrial-regular-webfont.woff2') format('woff2'),
         url('../font/questrial-regular-webfont.woff') format('woff'),
         url('../font/questrial-regular-webfont.ttf') format('truetype'),
         url('../font/questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "questrialregular", sans-serif;
    background-color: #102F4A;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 800px;
    min-height: 640px;
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0;
    background-color: white;
}

.logo {
    position: absolute;
    background: white;
    top: 14px;
    left: 19px;
    height: 80px;
    box-shadow: 3px 3px 3px #B5B5B5;
}

div.menubar {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #B5B5B5;
    margin: 0;
    padding: 0;
}

div.offline {
    width: 750px;
    margin: 5px auto;
    padding: 0;
}

p.offmess {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: red;
    width: 100%;
    text-align: center;
}

div.container {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    /*background-color: #102F4A;*/
    margin: 0;
    padding: 0;
    z-index: 1;
}

.horizonlogo {
    position: relative;
    background: white;
    text-align: center;
    width: 100%;
}

.logo a, .horizonlogo a {
    padding: 0;
    margin: 0;
}

.logo img {
    height: 68px;
}

#login {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 350px;
    background-color: white;
}

p.centered {
    text-align: center;
}

label {
    display: inline-block;
    width: 150px;
    margin-left: 15px
}

.flo {
    display: block;
    width: 100%;
    text-align: center;
}

a {
    font-family: "questrialregular", sans-serif;
    text-decoration: none;
    font-size: 11pt;
    color: #B5B5B5;
}

a:visited {
    font-family: "questrialregular", sans-serif;
    text-decoration: none;
    font-size: 11pt;
    color: #B5B5B5;
}

a:hover {
    text-decoration: underline;
}

.msg {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#msg {
    width: 100%;
    text-align: center;
    color: #102F4A;
}

div.sms {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
}