#reservas_form{
    padding: 15px;
	background-color: #b1b1b1;
}
#hotel_select{
    display:none!important;
}
#rooms{
	display:none!important;
}
#ch{
	display:none!important;
}
#hotel_select{
	display:none!important;
}

.inputs{
	height: 40px;
	width: 100%;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
}

.boton_reserva{
	font-size: 18px;
	height: 40px;
	width: 100%;
	color: white;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #5a7daf;
	border: none;
}

@media(min-width: 680px){
	#reservas_form{
		text-align: center;
	}
	.inputs{
		width: 32%!important;
		display: inline-block!important;
		vertical-align: top;
	}
	.boton_reserva{
		width: 32%!important;
		display: block;
		margin: 0 auto;
	}
}

@media(min-width: 980px){
	#reservas_form{
		margin: 0 auto;	
		max-width: 970px;
		padding: 30px 20px 10px 20px;
		border-radius: 5px;
	}
	.inputs, .boton_reserva{
		width: 18%!important;
	}
	.boton_reserva{
		display: inline-block;
		vertical-align: top;
	}
}