
html {
    height: 100%;
}

.login-options {
    position: fixed;
    bottom: calc(20% - 10px);
    right: calc(5% - 10px);
}

.logo-corporacion {
    position: fixed;
    bottom: 40%;
    left: 10%;
    display: inline-table;
}

.entrust {
    position: fixed;
    top: 30px;
    right: 2%;
}
.entrustb5 {
    
}
.privab5 {
    font-size: 13px;
}

.powered_byb5 {
    text-align: center;
    font-size: 13px;
}


.logo-900-corporacion-bk {
    display: none;
}

.page-form {
    width: 100%;
    background: rgba(238,238,238,0.6);
    border-radius: 4px;
}

.logo-bk {
    display: inline-table;
}

.input-group label {
    text-align: center;
}


#signin-page {
    background: url(../images/logos/fondo-bk.jpg);
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}


@media (max-width: 1050px) {
    .login-options {
        bottom: 30px;
        right: auto;
        left: auto;
        width: 100%;
        position: relative;
    }

    .logo-900-corporacion-bk {
        display: inline-table;
        margin-top: 10px;
        margin-bottom: 30px;
        width: 100%;
    }

    .logo-bk {
        display: none;
    }

    .entrust  {
        display: none;
    }

    .entrustb5 {
        position: fixed;
        bottom: 14px;
        right: 15%;
    }

    .logo-bcs-pq{
        margin-top:10px;
    }

    .logo-corporacion {
        display: none
    }

    .input-group {
        width: 100%;
    }


    #signin-page {
    background: url();
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}


}

.page-form .input-icon i {
    margin-top: 12px;
}

.input-icon {
    position: relative;
}

    .input-icon input {
        padding-left: 33px !important;
        color: #999999;
    }

    .input-icon i {
        color: #999999;
        display: block;
        position: absolute;
        margin: 10px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon.right input {
        padding-left: 12px !important;
        padding-right: 33px !important;
    }

    .input-icon.right i {
        right: 8px;
        float: right;
    }

.has-success .input-icon i {
    color: #5cb85c;
}

.has-warning .input-icon i {
    color: #f0ad4e;
}

.has-error .input-icon i {
    color: #d9534f;
}

.page-form input[type='text'],
.page-form input[type='password'],
.page-form input[type='email'],
.page-form select {
    height: 40px;
    /* border-color: #e5e5e5;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #777777;
}

.page-form .header-content {
    padding: 15px 20px;
    background: rgba(221,221,221,0.5);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .page-form .header-content h1 {
        font-family: 'oswald';
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

.page-form .body-content {
    padding: 15px 20px;
    position: relative;
}


    .page-form .body-content p a {
        color: #dc6767;
    }

        .page-form .body-content p a:hover,
        .page-form .body-content p a:focus {
            color: #777777;
            text-decoration: none;
        }

    .page-form .body-content .forget-password h4 {
        text-transform: uppercase;
        font-size: 16px;
    }

    .page-form .body-content hr {
        border-color: #e0e0e0;
    }

.page-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #d9534f;
}

.page-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}

.page-form .state-success + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #d9534f;
}

.page-form .state-error input,
.page-form .state-error select {
    background: #f2dede;
}

.page-form .state-success input,
.page-form .state-success select {
    background: #dff0d8;
}

.page-form .note-success {
    color: #5cb85c;
}

.page-form label {
    font-weight: normal;
    margin-bottom: 0;
}

.form-group .input-inline {
    margin-right: 5px;
}

label > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

    label > input + div { /* IMAGE STYLES */
        cursor: pointer;
        border: 2px solid transparent;
    }

    



.pie_pagina {    
    text-align: center;
    padding-top: 5px;
    height: 110px;
}

    .pie_pagina .powered_by {
        text-align: center;
        margin-top: 0px;
    }

    .pie_pagina .powered {
        float: left;
    }

    .pie_pagina a {
        display: inline-table;
    }

    .pie_pagina .biometrika {
        background: url(../images/logo-biometrika-pq.png) no-repeat;
        width: 72px;
        height: 20px;
        float: left;
    }




#page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    background-color: #007dc6;
}

    #page-loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -75px 0 0 -75px;
        width: 150px;
        height: 150px;
    }

#page-loadermn {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    background-color: #007dc6;
}

    #page-loadermn img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -75px 0 0 -75px;
        width: 150px;
        height: 150px;
    }
