
form{
	
	width: 70%;
	margin: auto;
}

fieldset{

	background: #fff;/*afdbff*/
	padding: 50px;
	margin: 20px auto;
	border-radius: 5px;
	border: #B4B4B4 1px solid;
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25);
	display: flex;


}
legend{
	background: rgba(23,69,239,0.3);	
	padding: 1px;		
	border-radius: 5px;
	box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25);
	font-size: 15px;
	text-align: left;
	border: #ababab 5px solid;
}
label{
	
	padding: 5px;


}
input{
	border-radius:  4px;
	outline: none;
	border: 1px solid #39c;
	/*background-color: #eee;*/
	
	padding: 5px;
	width: 150px;
	

}
select{
	border-radius:  4px;
	outline: none;
	border: 1px solid #39c;
	/*background-color: #eee;*/
	width: 150px;
	padding: 5px;

}

p {  border: black 0px solid; margin: 5px; }

.direccion{
	width: 100%;
}
.direccion input{
	width: 56%;
}

.vehiculo{
	padding: 0px 1px;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
}
.persona{
	padding: 0px 1px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;
}
.busqueda{
	padding: 0px 1px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;
}
.btn-enviar{
	background: #5c9cc1;/*crimson*/
	color: #fff;
	margin: auto;
	padding: 5px 40px;
	cursor: pointer;
	font-size: 20px;

}
.btn-enviar:active{
	transform: scale(1.05);
}
