body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.box-form{
	width: 25rem;
	padding: 4rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle bottom shadow */
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center	;
	gap:30px;
	background-color: white;
}
input[type="email"]{
	width: 15rem;
}
.control{
	display: flex;
	flex-direction: column;
}/*
input, select{	border-radius: 1rem;
	border: 1px solid gray;	
}*/
.form-login{
	display: grid;
	gap:15px
}
.btn_login{
	/*background-color:#00F2A9;
	-webkit-font-smoothing: antialiased;*/
	color:#5A2398;
	padding: 10px 15px;
	justify-self: center;
	border-radius: 0.5rem;
}