.Hasta{
	font-size:18px;
	margin-left:30px;
}
.dia{
	font-size:18px;
	margin-left:7%;
}
label{
	font-size:18px;
	margin-left:5%;
}

@media only screen and (max-width:1024px){
.fechas{
	display:flex;
	flex-direction: column;
}
}
@media screen and (max-width:768px){
#cont-form{	
	position:absolute;
	left:5%;
	width:90%;	
	top:24%;
}
.fechas{
	font-size:18px;	
}
.form{
	width:100%;	
}
.fondo{
	position:relative;
	width:100%;
	height:100%;
}
input[type="submit"]{
  -webkit-appearance:none;
}

.ingresar{
    -webkit-appearance:none;
    font-size:18px;
	width:50%;
	padding:10px;
	
}   
}
@media screen and (max-width:1024px) and (orientation: landscape){
    .fondo{
	position:relative;
	width:100%;
	height:210%;

}
input[type="submit"]{
  -webkit-appearance:none;
}

.ingresar{
    -webkit-appearance:none;
    width:50%;
	font-size:18px;
	padding:10px;
}   
}
