﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

    body form, body {
        /*position: absolute;*/
        height: 100%;
        width: 100%;
        display: table;
        background-color: #dde4eb!important;
    }

.indexContent, .footer, .header {
    /*display:table-row;*/
    position: relative;
    width: 100%;
}

.mainContent {
    height: 96%;
    color: #25354F;
}

.indexContent {
    height: 100%;
}

.loginTitle {
    font-size: 20px;
    font-weight: bold;
}

.loginLabel {
    margin-bottom: 0px;
}

.panel_Office365 {
    margin-top: 35px;
    border-color: transparent;
    width: 100%;
    color: #25354F;
    font-size: 15px;
}

    .panel_Office365:hover {
        color: #ACB4C9;
    }

.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-size: auto 90%;
    background-position: center;
}

.indexContent > div {
    overflow: auto;
    height: 100%;
}

.loginTable > tbody, .loginTable > tbody > tr, .loginTable > tbody > tr > td {
    display: block;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .panel_Office365 {
        width:100%;
    }
}

@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;
}

.bgLogoLogin {
    background-image: url(../../img/Fileon_fondoOscuro.svg);
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    background-size: 241px;
}

.form-control {
    font-weight: bold;
}

    /*.form-control:focus {
        border-color: transparent;
    }*/

.sesionCaducada {
    background-image: url(../../img/sesion_caducada.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    padding-top: 8em;
}

.login-container {
    margin-top: 1%;
    /*margin-bottom: 5%;*/
}

.login-form-1 {
    padding: 4%;
    padding-left:5%;
    padding-right: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}

    .login-form-1 h3 {
        text-align: center;
        font-weight: 500;
    }

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #399ed7;
}
    .login-form-1 .btnSubmit:hover {
        background-color: #ACB4C9;
    }

.login-form-1 .ForgetPwd {
    color: #399ed7;
    font-weight: 600;
    text-decoration: none;
    padding-right: 10px;
}