/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/01/2019, 05:32:34 PM 
    Author     : mdimas
*/ 

@font-face {
  font-family:'GothamPQX';
  src: url('/glp/resources/primefaces-adamantium/fonts/Roboto-Regular2.ttf');
  font-weight: bold;
}
body{
    background-image: url(/glp/resources/images/loginv2/login.jpg)!important;     
    background-size: 1778px 1312px!important;
    background-size: 1920px 1080px!important;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: 50% 50%;
}
@media (max-height: 575px){
}
#frmLogin\:confirm{
    background-image: url(/glp/resources/images/loginv2/boton_log.png)!important;
    background-size: 100% 100% !important;
    width: 233px;
    height: 59px;
    background: #fff;
    border: none;
    margin-bottom: 35px;
    cursor: pointer;
    box-shadow: 0px 5px 9px rgba(50, 50, 50, 0.52);
    border-radius: 30px;
}
.contImg img {
    width: 100%;
}
.login-block > .login-block.rowLogin{

}
.displayFlex{
    display: flex;
}
.imgIconLogin{
    width: 45.5px;
    height: 37.5px;
    margin-right: 15px;
    float: left;
    text-align: center;
    padding-top: 5px;
}
.login-block .rowLogin input{
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    text-align: center;
    font-size: 18px;
    color:#fff;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    font-family:'GothamPQX';
    line-height: 40px;
    height: 40px;
}
.login-block .rowLogin input:focus{
    border: none !important;
}
.login-block .rowLogin{
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    border: 1px solid #fff;
    position: relative;
}
.login-block .rowLogin > div.imgIconLoginBackground{
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.login-container{
    width: 355px;
    height: 395px;
    /*width: 26%;*/
    /*height: 60vh;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 121px;
    z-index: 1;
}
.login-block{
    /*border: 1px solid #fff;*/ 
    padding-top: 93px;
    width: 100%;
}
.contImg{
    width: 218px;
    /*width: 16%;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto  ;
    top: 94px;
    z-index: 1;
}
.login-block .rowLogin input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.login-block .rowLogin input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.login-block .rowLogin input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #000;
    /*opacity: 0.6;*/
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
}
.mensaje-login{
    background: #ff0025;
    color: #000;
    font: 400 13.3333px Arial;
    font-size: 13px;
    padding: 5px;
    font-family: 'GothamPQX';
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    border-radius: 13px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.message{
    font-family: 'GothamPQX';
    font-size: 12px;
    color: #fff;
}
.cuadro{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /*width: 30%;*/
    width: 410px;
    top: 121px;
    height: 394px;
    /*height: 60vh;*/
    z-index: 0;
}
@media (max-height: 575px){
    .cuadro {
        height: 327px;
        top: 37px;
    }
    .login-block {
        padding-top: 41px;
    }
    .contImg.contImgWellcome {
        top: 84px !important;
    }
    .login-container {
        top: 45px;
    }
    .contImg{
        top: 26px;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    /*background-color: #FFFFFF !important;*/
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #203247 inset !important;
    -webkit-text-fill-color: #fff !important;
/*    background: #000;
    opacity: 0.2;*/

}

.containerExt {
    position: absolute;
    right: 0;
    top: 55%;
    height: 60px;
    width: 60px;
    background-color: rgba(6, 105, 247, 0.376);
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: width 0.5s ease;
    overflow: hidden;
}

.containerExt:hover {
    width: 225px;
    background-color: #0669f7;
}

.containerExt img {
    height: 55px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.containerExt img.overlay {
    display: inline;
}

.containerExt img.hover-image,
.containerExt label.hover-text{
    display: none; 
}

.containerExt label.hover-text {
    color: #FFFFFF;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    position: absolute;
    width: fit-content;
    right: 30%;
}

.containerExt div.fullscreen-div {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}

.containerExt:hover img.overlay {
    display: none;
}

.containerExt:hover img.hover-image,
.containerExt:hover label.hover-text{
    display: inline-block;
}

.fullscreen-div {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    transition: background-color 0.5s ease-in-out;
}
