body{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005596+0,7db9e8+100 */
	background: #005596; /* Old browsers */
	background: -moz-linear-gradient(left,  #005596 0%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #005596 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #005596 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005596', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
	height: 100vh;
}
#form_filtro{
	margin-top: 30px;
	margin-left: 30px;
}
#form_filtro p{
	margin: 10% 0% 10% 5%;
	overflow: hidden;
}
#form_filtro .form-row{
	position: relative;
	overflow: hidden;
}
.input_txt_class{
	padding: 0px 3% 5px;
	width: 100%;
	height: auto;
}
.input-log-in{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background-color: rgba(255, 255, 255, 0);
	color: #B6B6B6;
	border: 1px solid #B6B6B6;
	border-radius: 10px;
}
#form_filtro .form-control{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0 0 0 0.8);
	box-shadow: inset 0 1px 1px rgba(0 0 0 0.8);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#form_filtro .form-control:focus{
	border-color: var(--colorLoginIntranet) !important;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#form_filtro .formError{
	margin-top: 0 !important;
	top: 16px !important;
	right: -50px !important;
	left: unset !important;
	transform: translate(0%, -100%);
}
#form_filtro button{
	width: 83%;
	margin: 30px 3.1% 5px;
	transition: all 0.2s;
}
#form_filtro #btn_olvideclave{
	margin-top: 10px;
}
#form_filtro button:hover{
	filter: brightness(0.8);
}
#title_intra{
	color: #747474;
	margin: 0px;
	text-align: center;
	font-size: 24px;
}
#keypad{
	margin: 5px 0px 0px 2px;
	float: left;
}
#btn_wrapper{
	text-align: center;
	margin-bottom: 10%;
	padding: 0px 4%;
}
#wrapper_1{
	font-size:14px !important;
	
	/* background: rgba(0, 76, 151, 0.7); */
}
#titulo_login{
	font-family: 'Raleway';
font-style: normal;
font-weight: 510;
font-size: 20px;
line-height: 23px;
color: #FFFFFF;
margin-top: 15px;
}
#login_view{
	width: 600px; 
	display: flex; 
	float: right;
	min-height:100vh;
}
/* #login_wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 30%;
} */
#login_wrapper{
	padding: 0;
	position: relative;
	top: auto;

	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	
	background: rgba(0, 76, 151, 0.75)!important;
	border-radius: 0px!important;
	border: 0px!important;
	width: 100%;
}

#login_header,
#login_footer{
	display: flex;
	align-items: center;
	gap: 3rem;
	justify-content: center;
	color: #fff;
}

/* #login_header{
	margin-top: 10%;
} */

#login_footer{
	margin-top: 6%;
}

#barcelo_digital{
	height: max(80px, 9vw);
	max-height: 100px;
}
#logo_sigedu{
	height: max(60px, 7vw);
	max-height: 70px;
}

#logo_fund_barcelo{
	height: max(70px, 8vw);
  	max-height: 80px;
}

#loginbox .form-group {
	margin-top:4%;
	margin-bottom: 4%;
}

#loginbox .input-group {
	margin-bottom: 25px;
}

@media (max-width: 360px) {
	#loginbox button {
		padding-left:3px;
		padding-right:3px;
	}
}
body{
	background: url("../../Framework/Proyecto/Imagenes/fondo.png") no-repeat scroll center;
	background-size: cover;
	background-color: #fff;
	height: 100%;
}
.titulo-credenciales{
	margin-left:3%;
}
.input-log-in{
	background-color: rgba(146, 196, 225, 0.3);
	color: rgb(255, 255, 255);
}
::placeholder {
    color: rgba(255, 255, 255, 0.9);
}
.password-toggle-icon {
	position: absolute;
	bottom: 4px;
	right: -10px;
	transform: translateY(-50%);
	cursor: pointer;
}
  
.password-toggle-icon i {
	display: grid;
	place-content: center;
	font-size: 18px;
	line-height: 1;
	color: #d5d5d5;
	transition: color 0.3s ease-in-out;
}
  
.question-toggle-icon i:hover {
	color: #ffffff;
}

.question-toggle-icon {
	position: absolute;
	bottom: 4px;
	right: -10px;
	transform: translateY(-50%);
	cursor: pointer;
}
  
.question-toggle-icon i {
	display: grid;
	place-content: center;
	font-size: 18px;
	line-height: 1;
	color: #d5d5d5;
	transition: color 0.3s ease-in-out;
}
  
.question-toggle-icon i:hover {
	color: #ffffff;
}

#form_restablecer_clave input{
	background-color: #fff !important;
}
#form_restablecer_clave input::placeholder{
	opacity: 0.6;
}

#modal_restablecer_contraseña .modal-footer button{
	border-radius: 10px;
}

#form_ingreso_docente input{
	background-color: #fff !important;
}
#form_ingreso_docente input::placeholder{
	opacity: 0.6;
}

#modal_ingresar_docente .modal-footer button{
	border-radius: 10px;
}

#claveModal{
	top: 0 !important;
}
#claveModal.show{
	display: grid !important;
}
#claveModal .modal-dialog{
	margin: auto;
}
#claveModal #div_cambia_clave input{
	background-color: #fff;
	border-color: lightgray;
}

#btn_cc_generar_clave{
    flex-direction: row !important;
    padding: 0 !important;
    justify-content: center;
    gap: 5px;
	background: #004C97;
	border-color: #004C97;
	color: white;
}
#btn_cc_generar_clave span{
    margin: 0 !important;
}

#claveModal .modal-footer{
	flex-direction: row-reverse;
	justify-content: unset;
	margin-top: unset;
}

#btn_cc_cancelar_cambio,
#btn_cc_guardar{
    display: flex;
    align-items: center;
    border: none;
    gap: 5px;
    padding: 5px 15px;
    transition: all 0.2s;
}
#btn_cc_cancelar_cambio{
    background-color: var(--danger) !important;
}
#btn_cc_cancelar_cambio .glyphicon{
    font-size: 14px !important;
    margin-bottom: 3px;
}
#btn_cc_guardar{
    background-color: var(--success) !important;
}
#btn_cc_cancelar_cambio:hover,
#btn_cc_guardar:hover{
    color: #fff !important;
    filter: brightness(0.8);
}
@media (max-width: 900px){
	#login_view{
		width: 100%;
	}
	#login_header,
	#login_footer{
		gap: 1rem;
	}
	#logo_sigedu{
		height: max(55px, 8vw);
	}
	#barcelo_digital{
		height: max(75px, 12vw);
	}
	#logo_fund_barcelo {
		height: max(70px, 12vw);
	}
}