@font-face {
	/*AQUÍ DESCARGUE E IMPORTE UNA FUENTE */
	font-family: Exo;
	src: url("../fonts/Exo-VariableFont_wght.ttf");
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Exo", sans-serif;
}

body {

	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;

}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	/* Ocultar las flechas en Chrome y Safari */
	margin: 0;
	/* Eliminar el espacio alrededor de las flechas */
}

.mover {
	display: flex;
	flex-direction: column;
	margin-right: 5%;
}

.moverAdmin{
	
	display: flex;
	flex-direction: column;
}

.formulario {

	width: 100%;
	height: 100%;
	display: flex;

	cursor: default;
	user-select: none;
	justify-content: center;
	align-items: center;
	background: url("../img/fondo.jpg");
	background-size: 100% 100%;
	background-color: #00000081;
	background-blend-mode: multiply;


}

.formularioAdmin {

	width: 100%;
	height: 100%;
	display: flex;

	cursor: default;
	user-select: none;
	justify-content: center;
	align-items: center;
	background: url("../img/IPSPUPTYAB.jpg");
	background-size: 100% 100%;
	background-color: #00000081;
	background-blend-mode: multiply;

}

.formulario-servicio {

	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	cursor: default;
	user-select: none;
	justify-content: flex-end;
	align-items: center;
	background: url("/img/IPSPUPTYAB.jpg");
	background-size: 100% 100%;
	background-color: #00000081;
	background-blend-mode: multiply;

}

form {
	width: 100%;
	height: 450px;
	display: flex;
	justify-content: center;
	text-align: start;
	background: #ffffff;
	
	border: none;
	border-radius: 2px;
}

.formAdmin{
	width: 100%;
	height: 450px;
	display: flex;
	justify-content: center;
	text-align: start;
	background: #ffffff;
	
	border: none;
	border-radius: 2px;
}

.formAdmin, .volver{
	box-shadow: 0px 0px 4px 1px #2c2c2c8d;
}


.im-logo {
	display: flex;
	align-items: center;
	flex-direction: row;

}

.im-logo img {
	cursor: default;
	user-select: none;
	width: 20%;
}

.im-logo p {
	font-size: 1rem;
	letter-spacing: 1.8px;
	font-weight: 600;
	cursor: default;
	user-select: none;
	color: #282828b9;
}

.acceder {
	align-items: start;


}
 
.menuOptions {
    display: none;
}


.acceder h1 {
	margin-top: 5%;
	font-size: 1.8rem;
	color: #676767;
	cursor: default;
	user-select: none;
	letter-spacing: 1.8px;
}

form div {
	width: 90%;
	display: flex;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

form a,
form h1 {
	text-decoration: none;
	color: rgb(73, 73, 73);
}


.input {
	width: 100%;
	display: flex;
	margin: 4%;
	flex-direction: row-reverse;
	border-bottom: solid 1.4px rgb(125, 125, 125);

	padding: 0px 10px
}

.mov-inputs {
	margin-top: -6%;
}

.mov-inputs #password {
	margin-top: 3%;
}

::placeholder {
	color: rgba(51, 51, 51, 0.771);
	font-size: 1rem;
	letter-spacing: 1.8px;
}

.input img {
	width: 20px;
	height: auto;

}

.input input {
	width: 100%;
	height: 40px;
	background: none;
	font-size: 1.1rem;
	font-weight: 500;
	border: none;
	outline: none;
}

button {
	width: 100%;
	height: 40px;
	background: rgba(64, 105, 238, 0.809);
	color: rgb(255, 255, 255);
	border: none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.1rem;
	letter-spacing: 1.5px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

button:hover {
	background-color: #3341c0d1;
}

p[id='aviso-2'],
p[id='aviso-1'] {
	display: none;
	color: #FE9A9A;
	font-size: 26px;
}

.volver {
	border: none;
	width: 100%;

	display: flex;

	justify-content: space-between;
	align-items: center;
	padding: 5px;
	margin: 10px 0 0 0;
	border-radius: 2px;
	background: white;
	color: rgb(85, 85, 85);
	text-decoration: none;
	transition: 0.2s;

}

.volver:hover {
	background: #e5e6eb;
	transition: all 0.3s ease-in-out;
}

.volver img {
	height: 40px;
	margin: 0px 10px;


}

.volver p {
	display: block;
	font-size: 25px;
	margin-right: 32.5%;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1.8px;
	color: #313131;

}