﻿body {
    background-color: #F4F6F9;
}

.logoContainer {
    margin: 20px;
}

.loginBoxContainer {
    width: 450px;
    border: 1px solid #D8DDE6;
    font-family: Arial;
    padding: 10px 30px 10px 30px;
    background-color: white;
    border-radius: .25rem;
    margin-top: 75px;
}
.taglineContainer {
    border-style: solid;
    border-width: 1px;
    border-color: #2e2e2e;
    border-radius: 3px;
    width: 420px;
    height: 50px;
    margin-left: -15px;
    margin-top: -35px;
    background-color: #890800;
}

.copyContainer {
    margin-top: 25px;
    font-family: Arial;
    font-size: x-small;
    color: #2e2e2e;
    text-align: center;
}



.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
    background: #2e2e2e;
    color: #cbcbcb;
}

.linkContainer {
    position: absolute;
    display: inline-block;
    width: 550px;
    height: 25px;
    left: 50%;
    bottom: 0px;
    margin-left: -275px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: x-small;
    color: #2e2e2e;
    text-align: center;
}

.footer-link {
    display: inline-block;
    width: 130px;
}

.footer-link-small {
    display: inline-block;
    width: 80px;
}

.footer a {
    text-decoration: none;
    font-family: Arial;
    font-size: 10pt;
    color: WhiteSmoke;
}

.footer a:link {
    font-weight: lighter;
}
/* mouse over link */
    .footer a:hover {
    font-weight: bolder;
}

/* selected link */
.footer a:active {
    font-weight: bolder;
}


/* small looking form label;s at top of elements*/
.login-form-label {
    font-size: 12px;
    font-weight: normal;
    color: #2e2e2e;
    margin: 0 0 8px 0;
    line-height: inherit;
}

/* for swapping out login button during ajax */
.hide-element {
    display:none !important;
}
.show-element {
    display:inline-block !important;
}