body {
  	padding: 0;  
  	border:none; 
  	background-size: cover;
} 

.z-window-content {
    margin:0 0 0 0;
    padding: 0 0 0 0; 
    background: #000;
}

.container-fluid{	 
	overflow: auto; 
	height: calc(100% - 30px);   
}

/**************************/
/*	ESTILO PARA LA SESION */
/**************************/
.content-login-sesion{ 
	width:400px;
	height:100%;
	background: rgba(255,255,255,0.85);
	padding:20px;		
	bottom:0; 
	position: absolute;
}

/*************************/
/* ESTILO PARA EL HEADER */ 
/*		DEL LOGIN		 */
/************************/

.content-login-sesion-header{
	text-align: center;
	align-content: center;
}

.content-login-sesion-header-label{
	font-size: 17px;
	color: #a4a4a4;
	font-weight: 500; 
}

/***********************************/
/* ESTILO PARA EL TEXTBOX DE LOGIN */
/***********************************/
.content-login-textbox {	  
    height:30px;
    border:1px solid #858585;
    background-color: transparent;
    color: #4d4d4d;
    font-size: 11px;
}

.content-login-textbox:hover{
	height:30px;
    border:1px solid #A8A8A8; 
    color: #111111; 
    font-size: 11px;
}
.content-login-textbox:focus, 
.content-login-textbox:active {	  
    height:30px;
    border:1px solid #FFD500; 
    color: #111111; 
    font-size: 11px;
}

.content-login-textbox::selection{
	height:30px; 
    color: #f1f1f1; 
    background: #111111; 
    font-size: 11px;
}


/***************************/
/*	ESTILO PARA LA VERSION */
/***************************/
.content-login-version{
	position: absolute; 
	bottom: 5px; 
	left: 10px;
}

.content-login-version-title{
	font-size: 11px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
}

.content-login-version-app{
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	cursor: pointer;
}

/***************************************/
/* ESTILO PARA EL NOMBRE DE LA APP	   */
/***************************************/
.content-login-app{
	background-color:rgba(255,213,0,0.9);
	position: absolute; 
	border-radius:5px;
	padding:40px;
	top: 40%; 
	right: 0px; 
	text-align: right;
}

.content-login-app-label{
	color: #202020;
	font-size: 27px;
	font-weight: bold;
}


/***************************************/
/* ESTILO PARA EL DERECHO DE AUTOR Y   */ 
/* 			DESARROLLADO POR 		   */
/***************************************/
.content-login-footer-data{
	background-color:rgba(255,255,255,0.2);
	position: absolute; 
	border-radius:5px;
	padding:10px;
	bottom: 0px; 
	right: 0px; 
	text-align: right;
} 

.content-login-desarrollador{
	color: #021FAC;
	font-size: 11px;
	font-weight: bold;
}

.content-login-desarrollador-entidad{
	color: #202020;
	font-size: 11px;
	font-weight: bold;
}

.content-login-derecho-autor{
	color: #202020;
	font-size: 11px;
	font-weight: bold;
}

/************************/
/* Estilo personalizado	*/ 
/*	del boton Ingresar	*/ 
/************************/
.content-login-button{
	width: auto; 
	height:auto;
	background: #FFD500;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #FFD500;
	border-radius:5px;
	color:#000; 
	padding: 10px;
}

.content-login-button:hover{
	width: auto; 
	height:auto;
	background: #FFD500;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #FFD500;
	border-radius:5px;
	color:#5d5d5d; 
	padding: 10px; 
	text-decoration: none;  
    outline:none !important;
    cursor: pointer; 
}	

.content-login-button:active,
.content-login-button:focus{	 
	border:1px solid #FFD500;
	color:#5d5d5d; 
	background: #FFD500;
	border-radius:5px;
    outline:none !important;	 
}

.content-login-button[disabled]{	
	width:auto;
	height:auto;
	background: #f0f0f0;
	font-size: 11px;
	font-weight:500;
  	text-shadow:none;
	border:1px solid #a4a4a4;
	border-radius:5px;
	color:#afafaf;  
	padding: 10px; 
}

/*******************************/
/* ESTILO PARA RECUPERAR CLAVE */
/*******************************/
.content-login-a{
	text-decoration: none; 
  	color: #686868;  
  	font-size:11px;  	
}

.content-login-a:hover,
.content-login-a:active {
	text-decoration: none;
  	font-size:11px;
  	color: #474747; 
    outline:none !important;
}



@media screen and (max-width: 575px) {
 .content-login-sesion{	
 		width:480px;		
		padding: 10px;
	} 
}  
 
@media screen and (max-width: 390px) {
 .content-login-sesion{		
		width:300px;
		padding: 5px;
	} 
}

@media screen and (max-width: 330px) {
 .content-login-sesion{		
		width:100%;
		padding: 5px;
	} 
}   
 

/**********************/
/*	 scroll bar 	  */
/**********************/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #697281;
  border: 0px none #ffffff;
  border-radius: 0px;
}

