﻿body, html {
    height: 100%;
}
.row{
    margin-left:0;
    margin-right:0;
}

.bg {
    background-image: linear-gradient(0deg,rgba(248,248,248,.8),rgba(248,248,248,.3)),url(/Content/images/stones.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 4px solid #213e92;
    display: flex;
}

.header .row{
    width:100%;
}

.footer {
    background: #505050;
    display: block;
    font-family:Work Sans,Arial, Helvetica, sans-serif,Arial,sans-serif;
    color:#fff;
    font-size:16px;
    margin-top:-20px;
}

.footer a{
    color:#fff;
}

.logo {
    max-width: 100%;
    height: auto;
    padding: 1em;
}

h4{
    font-family:Oswald,Arial, Helvetica, sans-serif,Arial,sans-serif;
    font-size:1.3em;
}

.login-panel{
    margin-top:20%;
}

.forgot-password a{
    background-color:#ddd;
    padding:2px 8px 2px 8px;
}

.brand-logo{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:1em;
    padding-bottom:1em;
}

.brand-logo img{
    max-width:400px;
    max-width:90%;
}

/* handle mobiles better... */
@media only screen and (max-width: 768px){
    .brand-logo{
        height:initial;
    }
    .center-text {
        text-align:center;
        /*margin-bottom:2em;*/
    }
    .login-contact-lg{
        display:none;
    }
}
@media only screen and (min-width: 768px) {
    .login-contact-lg{
        float:right;
    }
    .login-contact-sm{
        display:none;
    }
}
