.form-login{
	width:320px;
	height:auto;
	margin:0px auto;
	margin-top:5%;
	background-color:white;
	border-radius:5px;
}
.form-login h1{
	border-radius:5px 5px 0px 0px;
	background-color:#2F4DFF;
	color:white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
	padding:10px;
	width:100%;
	height:60px;

}
.contenedor-controles{
	width:90%;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	padding:10px;
}
.form-login label,.form-login input,.form-login select{
	display:block;
	width:100%;
	height:20px;
	font-size:20px;
}
.form-login input,.form-login select{
	height:30px;
	margin-bottom:20px;
}
.form-login select{
	cursor:pointer;
	color:#6B6B6B;
}
.option-1{
	
}
.form-login input[type="submit"]{
	height:35px;
	cursor:pointer;
}
.mensajes{
	display:block;
	text-align:center;
	padding-bottom:10px;
}
