﻿body{
    display: flex;
    flex-direction:column;
}

.bg {
    /*background-image: linear-gradient(0deg,rgba(248,248,248,.8),rgba(248,248,248,.3)),url(/Content/images/stones.jpg);*/
    /*background-image:none;*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-logo img{
    max-width:348px;
    /*max-width:90%;*/
}

.header {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 4px solid #505050; /*#185a25;*//*#30B44B;*/
    display: flex;
}

h4{
    font-family:Arial,Helvetica,sans-serif,Arial,sans-serif;
    font-size:1.3em;
}

.login-panel{
    margin-top:20%;
}

.forgot-password a {
    /*background-color:inherit;*/
    color:#505050;
}

.footer{
    flex-shrink:0;
    margin-top:0em;
    padding-top:1em;
    padding-bottom:1em;
    font-size:1.3em;
}
.col-lg-12 {
    float: none;
}

/* handle mobiles better... */
@media only screen {
    .brand-logo{
        height:initial;
    }
    .center-text {
        text-align:center;
        /*margin-bottom:2em;*/
    }
}


