/*
	Nombre Fuente: login.css
	Copyright Empresa: Veolia-Interagua
	Fecha en Producción: 
	Fecha Fin Programación: 28/01/2021
	Autor: Jimmy Guaranda
	Referencia: REQ 2020-026801
	Descripción general: Cambios estilos y responsive de paginas. 
*/
/*
	Nombre Fuente: login.css
	Copyright Empresa: Veolia-Interagua
	Fecha en Producción: 10/01/2022 - LC
	Fecha Fin Programación: 05/10/2021
	Autor: Jimmy Guaranda
	Referencia: REQ 2022-000409
	Descripción general: Cambio de diseño e imagenes en pantalla de login.
*/
/*
	Nombre Fuente: login.css
	Copyright Empresa: Veolia-Interagua
	Fecha en Producción: 27/02/2024 - LC
	Fecha Fin Programación: 05/10/2021
	Autor: Jorge Romero
	Referencia: REQ 2024-008412
	Descripción general: Cambio de diseño e imagenes en pantalla de login.
*/

.contenedor{
	width: 350px;
	height: 525px;
	margin: 50px auto;
	border: 1px solid #fdfdfd;
	border-radius:25px;
	background: #fbfdff;
	background-color:#ffffffd9;
	position: relative;
	padding: 0px 9px 0px 9px;
}
.form_login{
	position: relative;
	top: -350px;
	overflow: hidden;
    clear: both;
}
.input-group-text {
	background: #c0392b !important;
	color: rgb(0, 0, 0) !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user, .input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.input-2{
	position: relative;
	top: -10px;
}
.link-2{
	position: relative;
	top: -20px;
}

.contains{
	justify-content: center;
    align-items: center;
    display: flex;
}
.Icon{
	color: #FFF;
	font-size: 50px;
	text-align: center;
}

#contenido{
           background:url("../images/popup/POP.png");
           background-repeat: no-repeat;
           background-size: cover;
           width: 100%;
           }
#contenido_cierre{
           background-repeat: no-repeat;
           background-size: cover;
           width: 100%;
           }

#pdf{
			color: #0091D3;
		  }

#salir{
color: #0091D3;
}


#logout-form {
			display: none;
		  }

#img-popup{
			width: 100%;
		  }

#fecha-max{
			margin-top: 465px;
			font-family: Arial, Helvetica, sans-serif;
		  }

#estilo-popup{
			opacity: inherit;
		  }

#botonera {
			justify-content: center;
			align-items: center;
		  }