html {
    height: 100%;
    min-height: 100%;
}
body {
    font-family: Arial, Verdana; 
    font-size: 11px;
    color: #333333;
    margin: 0;
    background: #FFFFFF;
}


a {  
    font-family: Arial, Geneva, Helvetica, sans-serif; 
    font-size: 12px;
    color: #000000;
    text-decoration:none;
}
a:hover {
    color: #2f98d9; 
    text-decoration: underline;
}   
a:active, a:link, a:visited {
    text-decoration:none;
}


h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
h1 {
    font-family: "Open Sans", Arial, Verdana;
    font-weight: 300;
    color: #323232;
    font-size: 18px;
    display: block;
    margin: 25px 0;
}
h1 span {
    font-weight: 400;
}
h2 {
    font-size: 16px;
    color: #323232;
    font-family: Arial, Verdana; 
    font-weight: normal;
}
h3 {
    font-size:14px;
    color: #666666;
    font-family: Arial, Verdana; 
    font-weight: normal;
}

input[type="text"],input[type="password"] {
    border-style: none;
    font-size: 14px;
    color: #000000;
    border-color: #C0C0C0;
    border-width: 1px;
    background-color: #f2f2f2;
    height: 30px;
    width: 350px;
    outline: none;
    border: 1px solid #e8e8e8;
    text-indent: 10px;
    padding: 4px;
    font-family: "Open Sans", Arial, Verdana;
    font-weight: 300;
    -webkit-appearance:none;
}
input:focus {
    outline: none;
}
input[type="submit"] {
    background: #9C9DA2;
    color: #FFFFFF;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
    border: none;
    font-family: "Open Sans", Arial, Verdana;
    font-weight: 300;
    font-size: 16px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    -webkit-appearance:none;
}
input[type="submit"]:hover {
    cursor: pointer;
}

#login-form {
    position: relative;
    width: 360px;
    margin: 0 auto;
    margin-top: 14%;
    text-align: center;
}


#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #9C9DA2;
}
@media screen and (max-height: 550px) {
    #bottom-bar, ul#footer-nav {
        display: none;
    }
}

#bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #EBEBEB;
}

ul#footer-nav {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul#footer-nav li {
    list-style-type: none;
    display: inline;
    padding-right: 15px;
}
#footer-nav li a {
    font-size: 11px;
    font-family: "Open Sans", Arial, Verdana;
    font-weight: 300;
    color: #656667;
}


a#help-link {
    position: absolute;
    bottom: 34px;
    right: 0;
    display: block;
    font-size: 11px;
    color: #7f7f7f;
}
.error {
    text-align: left;
    font-size: 14px;
    color: red;
    font-family: "Open Sans", Arial, Verdana;
    font-weight: 300;
    width: 200px;
}
