.fondoInicio {
	background-image: url("/assets/images/bg-01.jpg");
	background-size: cover; /* cover, percentage, auto, contain, initial, inherit */
	background-position: center;
	background-repeat: no-repeat;
}

.body {
	height: 100vh;
}

.bg {
	background-color: white;
}

.icon {
	width: 70px;
	height: 70px;
	background: #EBEBEB;
	border-radius: 50%;
	font-size: 30px;
	margin: 0 auto;
}

.form-label-group-md {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group-md > input,
.form-label-group-md > label,
.input-group > input,
.input-group > label {
	height: 3.125rem;
	padding: .75rem;
}

.form-label-group-md input:focus {
   border-bottom: 3px solid #17A2B8; /* var(--warning);*/
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.form-label-group-md > label,
.input-group > label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text; /* Match the input under the label */
	border: 1px solid transparent;
	border-radius: .25rem;
	z-index: 3;
	transition: all .1s ease-in-out;
}

.form-label-group-md input::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group-md input:-ms-input-placeholder {
	color: transparent;
}

.form-label-group-md input::-ms-input-placeholder {
	color: transparent;
}

.form-label-group-md input::-moz-placeholder {
	color: transparent;
}

.form-label-group-md input::placeholder {
	color: transparent;
}

.form-label-group-md input:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
}

.form-label-group-md input:not(:placeholder-shown) ~ label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
	.form-label-group-md > label {
	  display: none;
	}
	.form-label-group-md input::-ms-input-placeholder {
	  color: #777;
	}
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-label-group-md > label {
	  display: none;
	}
	.form-label-group-md input:-ms-input-placeholder {
	  color: #777;
	}
}

.logoUPES {
	height: 80px;
}

.logoSIUPES {
	height: 80px;
}

/* xxs */
/* Estos estilos solo se aplicaran hasta el tamaño indicado */
@media screen and (max-width: 209px) {
	.logoUPES {
		height: 40px;
	}
	.logoSIUPES {
		height: 40px;
	}
}

/* xs */
/* Estos estilos solo se aplicaran hasta el tamaño indicado */
@media screen and (min-width: 210px) and (max-width: 575px) {
	.logoUPES {
		height: 40px;
	}
	.logoSIUPES {
		height: 40px;
	}
}

/* sm */
/* Estos estilos solo se aplicaran hasta el tamaño indicado */
@media screen and (min-width: 575.1px) and (max-width: 767px) {
	.logoUPES {
		height: 50px;
	}
	.logoSIUPES {
		height: 50px;
	}
}

/* md */
/* Solo se aplicaran entre los tamaños indicados */
@media screen and (min-width: 768px) and (max-width: 991px) {
}

/* lg */
/* Solo se aplicaran entre los tamaños indicados */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

/* xl */
/* Los estilos aqui contenidos solo se aplicaran a partir del tamaño de pantalla indicado */
@media screen and (min-width: 1200px) {
}