.azul_sistema {
    color: #0071CE !important;
}

.azul_sistema:hover {
    cursor: pointer;
    color: #74c0ff !important;
}

.naranjo_sistema {
    color: #FF6C0E !important;
}

.naranjo_sistema:hover {
    cursor: pointer;
    color: #ff9d5e !important;
}

#conten_body_login {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    position: relative;
    background: white;
/*    border: 5px solid red;*/
    
/*    flex-wrap: wrap;*/
}

@media (min-width: 728px) {
    #conten_body_login {
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, #000000 30%, #080808 90%);
        background: linear-gradient(to bottom, #0071CE 30%, #f8fcff 90%);
/*        flex-wrap: nowrap;*/
    }
}


#img_body_login {
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
    display: none;
}

@media (min-width: 700px) {
    #img_body_login {
/*        position: absolute;*/
/*        height: 100%;*/
/*        width: 100%;*/
/*        display: block;*/
    }
}

/**--------------------------------------------------------------**/
/**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**/
/**##############################################################**/
/** INICIO Estilo pagina login.php **/
/**##############################################################**/
/**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**/
/**--------------------------------------------------------------**/
/*******************************/
/** Contenedor Inicio **/
/*******************************/
.contenedor_general_login {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: scroll;
    scrollbar-width: none;
/*    -ms-overflow-style: none;*/
/*    border: 5px solid black;*/
}

.contenedor_general_login::-webkit-scrollbar {
/*    display: none;*/
}

.contenedor_general_login::-ms-scrollbar {
/*    display: none;*/
}


@media (min-width: 700px) {
    .contenedor_general_login {
/*        margin-left: 0;*/
/*        height: 100vh;*/
/*        height: 100%;*/
        height: auto;
        max-width: 40rem;
/*        box-shadow: 10px 0px 15px black;*/
    }
}


/*******************************/
/*******************************/
/*******************************/
/*******************************/
/** Contenedor Login **/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
.contenedor_login {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    border-radius: 0rem;  
    border: none;
     /* Fondo oscuro */
    background: linear-gradient(to right bottom, #210d00 1%, #000f1c 99%);
     /* Fondo claro */
    background: white;
}

@media (min-width:728px) {
    .contenedor_login {
        border: 1px solid black;
        border: 1px solid #b9b9b9;
        border-radius: 1rem;  
/*        margin-top: 1rem;*/
/*        border: 1px solid var(--color_borde_login);*/
    }
}

@media (min-width:1200px) {
    .contenedor_login {
        border-radius: 1rem;  
/*        margin-top: 1rem;*/
/*        border: none;*/
    }
}

#conten_fondo_login {
    display: flex;
    width: 100%;
    height: 100%;
    display: none;
/*    border: 5px solid blue;*/
}

@media (min-width:700px) {
    #conten_fondo_login {
/*        display: block;*/
    }
}

#barra_sup_login {
    display: flex;
    width: 100%;
    height: 1rem;
    background: var(--col_botones);
    
}

@media (min-width:700px) {
    #barra_sup_login {
        display: none;
    }
}

#video_login {
/*
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
*/
}

.contenedor_logo_login {
    display: flex;
    justify-content: center;
/*    justify-content: center;*/
/*    align-content: center;*/
    position: relative;
    margin: 0 auto;
/*    margin-top: 1rem;*/
/*    max-width: 80%;*/
/*    max-height: 8rem;*/
    width: 350px;
/*    overflow: hidden;*/
/*    border: 1px solid blue;*/
/*    border: 5px solid blue;*/
}

.contenedor_logo_login img {
/*    width: 100%;*/
/*    border: 1px solid #dbdbdb;*/
/*    width: 100%;*/
    width: 250px;
    height: auto;
/*    border-radius: .5rem;*/
/*    border: 5px solid red;*/
}

@media (min-width:728px) {
    .contenedor_logo_login img {
/*        width: 30rem;*/
    }
}

.contenedor_titulo_login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
/*    border: 5px solid #FF6C0E;*/
}

@media (min-width:728px) {
    .contenedor_titulo_login {
        width: 300px;
    }
}


    

.contenedor_titulo_login label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #b9b9b9;
    color: #454545;
    font-size: 24px;
}

.contenedor_login form {
    margin: 0 auto;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
/*    border: 5px solid red;*/
}

.contenedor_campo_login {
    margin: 0 auto;
/*    margin-top: 1.5rem;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
/*    height: 45px;*/
/*    border: 5px solid orange;*/
}

.contenedor_campo_login:nth-child(1),
.contenedor_campo_login:nth-child(2){
    margin-top: 40px;
}

@media (min-width:700px) {
    .contenedor_campo_login {
/*        margin-top: 40px;*/
    }
}


.lbl_login {
    display: flex;
    top: -35px;
/*    justify-content: center;*/
    align-items: center;
/*    padding-left: 5px;*/
/*    margin-right: 5rem;*/
    font-size: 18px;
    position: absolute;
    height: 100%;
/*    color: var(--color_texto_oscuro);*/
    color: #b9b9b9;
    color: #454545;
    transition: .2s ease all;
    background-color: none;
    background-color: transparent;
    font-weight: bold;
}

.input_login:focus ~ .lbl_login,
.input_login:valid ~ .lbl_login {
/*
    margin-top: -0.8rem;
    height: auto;
    width: 100%;;
    padding: 0;
    margin-left: 1rem;
    display: flex;;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: white;
    background-color: transparent;
*/
}

.icono_input_login_email3,
.icono_input_login_lock,
.icono_input_login_eye {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.2rem;
    height: 4.3rem;
/*    right: 0.1rem;*/
    top: .1rem;
/*    color: #9b9b9b;*/
/*    background: var(--color_fondo_icono_login);*/
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    z-index: 1;
}


.contenedor_campo_login input[type="text"],
.contenedor_campo_login input[type="password"] {
    border: none;
    display: flex;
    width: 100%;
    border: 1px solid #2e2e2e;
    font-size: 17px;
    font-weight: 500;
    padding: 0px 0px 0px 40px;
    color: #b9b9b9;
    color: #454545;
    outline: none;
    display: flex;
    background-color: transparent;
    height: 45px;
    border-radius: 10px;
}


.input_login:focus ~ .bar_n:before,
.input_login:focus ~ .bar_n:after {
    width: 100%;
}

.input_login:focus ~ .bar_a:before,
.input_login:focus ~ .bar_a:after {
    width: 100%;
}

/*
.input_login:focus ~ .bar:before,
.input_login:focus ~ .bar:after {
    width: 100%;
}
*/

#varusuario:focus,
#varusuario:hover {
/*    margin-top: -1px;*/
    box-shadow: 0 0 5px #FF6C0E;
    border: 1px solid #FF6C0E;
}

#varpassword:focus,
#varpassword:hover {
    box-shadow: 0 0 8px #0071CE;
    border: 1px solid #0071CE;
}





/*
.input_login:hover{
    box-shadow: 0 0 5px var(--color_borde_sombra_input);
    border: 1px solid var(--color_borde_input);
} 
*/

.bar_n { 
/*
    position: absolute; 
    display: flex;
    margin-left: .1rem;
    width: 295px;
    margin-top: 5rem;
    box-shadow: 5 5 15px var(--color_borde_sombra_input);
*/
} 

.bar_n:before, .bar_n:after {
/*
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px; 
  position: absolute;
  background-color: var(--color_barra_input);
  transition: 0.3s ease all;
*/
}

.bar_a { 
/*
    position: absolute; 
    display: flex;
    margin-left: .1rem;
    width: 295px;
    margin-top: 5rem;
    box-shadow: 5 5 15px var(--color_borde_sombra_input);
*/
} 

.bar_a:before, .bar_a:after {
/*
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px; 
  position: absolute;
  background-color: var(--color_barra_input);
  transition: 0.3s ease all;
*/
}


.icono_input_login_email3 {
    color: #FF6C0E;
    font-size: 16px;
}

.icono_input_login_lock {
    color: #0071CE;
    font-size: 20px;
}

.icono_input_login_eye {
    display: flex;
    right: 0;
    color: #b9b9b9;
    color: #454545;
}

.icono_input_login_eye {
    cursor: pointer;
}

.lbl_validar_campo {
    position: absolute;
    pointer-events: none;
    font-size: 1.2rem;
    margin-top: 5.1rem;
    padding-left: .5rem;
    color: var(--color_texto_validacion);
}

#bloque_mostrar_password {
    margin-top: 2rem;   
}

#lbl_mostrar_password {
    height: 2rem;
    margin-left: .5rem;  
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#btn_login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    margin-top: 20px;
    background: linear-gradient(to right, #FF6C0E 10%, #0071CE 80%);
    color: white;
    border-radius: 0.4rem;
/*    transition: all 0.4s;*/
    border: none;
    font-size: 2rem;
}

#btn_login:hover {
    cursor: pointer;
    box-shadow: 0 0 8px #FF6C0E;
/*    border: 1px solid #FF6C0E;*/
}


#lbl_olvidaste_password {
    display: flex;
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 13px;
    color: #FF6C0E;
}


#lbl_olvidaste_password:hover {
    cursor: pointer;
    color:  #ff9652;
}

#lbl_ir_iniciar_sesion {
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
    cursor: pointer;
}

#titulo_nueva_password {
    margin-top: 2rem;   
}

.contenedor_campo_login_fin {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-top: 30px;
    width: 100%;
    
/*    border: 5px solid red;*/
}

.contenedor_campo_login_fin label {
    display: flex;
    font-size: 13px;
    color: #4a4a4a;
    
}

#derechos_reservados_cryvo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 100%;
    color: #656565;
    margin-top: 20px;
/*    border: 5px solid red;*/
}


/**--------------------------------------------------------------**/
/**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**/
/**##############################################################**/
/** FIN Estilo pagina login.php **/
/**##############################################################**/
/**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**/
/**--------------------------------------------------------------**/




/**>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>**/
/**>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>**/
/**>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>**/



/*******************************/
/*******************************/
/*******************************/
/*******************************/
/** Contenedor Restablecer Password **/
/*******************************/
/*******************************/
/*******************************/
/*******************************/


.btn_restablecer_password {
    height: 6rem;
    width: 100%;
    background-color: var(--col_botones);
    color: var(--color_texto_boton_oscuro);
    text-align: center;
    border-radius: 0.4rem;
    transition: all 0.4s;
    margin-top: 4rem;
}

.btn_restablecer_password:hover {
    cursor: pointer;
    background-color: var(--col_hover_botones);
}



/**--------------------------------------------------------------**/
/**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**/
/**##############################################################**/
/** FIN Estilo pagina login.php **/
/**##############################################################**/
/**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**/
/**--------------------------------------------------------------**/


/**>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>**/
/**>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>**/
/**>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>**/
