﻿html {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 1.65em;
    font-weight: 400;

    min-height: 100%;
    background: #667cbd;
    background-size: cover;
}

.clearfix {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    zoom: 1;
    padding: 0 0 1px;
}

#logonHeader {
    background: #505061;
    font-size: 12px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 61px;
    line-height: 61px;
}

#logonHeader a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

#logonContent {

}

hr.spacing {
    width: 80%;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

#logonFooter {
    position: static;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    display: block;
    padding: 1rem 0;
    font-size: 90%;
    text-transform: uppercase;
}

#logonFooter p {
    margin: 0;

    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#logonFooter a {
    text-decoration: none;
    color: #505061;
}

