﻿body form, body{
    position:absolute;
    height:100%;
    width:100%;
    display:table;
}

.indexContent, .footer,.header {
    display:table-row;
    position:relative;
    width:100%;
}

.indexContent{
    height:100%;
}

.footer {
    background-image: url(../../img/footer_bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-top: solid thin #337ab7;
    min-height: 115px;
    height: 115px;
}
.footerLogo {
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 115px;
    background-position-x: center;
    background-position: center;
}

.indexContent > div {
    overflow:auto;
    height:100%;
}

.loginContainer{
    padding: 12em 6em 2em 6em;
    margin: 5% 0 1em 0;
    text-align: center;
    background-size: auto 100%;
    max-width:36em;
    width:100%;
}

.loginTable>tbody,.loginTable>tbody>tr,.loginTable>tbody>tr>td{
    display:block;
}

@media (max-width:524px){
    .loginContainer {
        background-position: 0 0px;
        background-size: 100% auto;
        margin: 0;
        padding: 11em 5% 0;
    }
    .loginContainer > * {
            border-collapse: collapse;            
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
            border-radius: 10px;
            padding:1em;
            width:100%;
        }
}

/*error.aspx*/
.text-md {
    font-size: 26.6px;
}
.text-bold {
    font-weight: bold !important;
}
.bg-danger {
    background-color: #f05050;
    color: #ffffff !important;
}
.bg-danger-light {
    background-color: #f47f7f;
    color: #ffffff !important;
}