body{
	background: url(../img/background.png) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fondo-blanco-90{
	background-color: rgba(256, 256, 256, .9);
	border-radius: 7px;
}
.logoEmtech{
	height: 50%;
	width: auto;
}
.form-control{
	border: none;
}
.btn-emtech{
	color: white;
	font-weight: 500;
	background-color: #F27C21;
	border: none;
	height: 3rem;
	border-radius: 30px;
	width: 16rem;
}
/* [type="password"] {
	background:#fff url("../img/icons/eye-off.png")  97% 50% no-repeat ;
	background-size: auto;
}
[type="password"]::-webkit-inner-spin-button {
	display: none;
}
[type="password"]::-webkit-calendar-picker-indicator {
	opacity: 0;
} */

.link-naranja{
    color: #F27C21;
}