body {
	background: #F6F7F9;	
}

#myForm {
	padding: 20px;
}

label {
	color: #1b3455 !important;
    font-weight: bold;
}

.input-direccion {
    border-radius: .25rem !important;
    height: 2.5rem !important;
}

.btn-send {
    width: 40% !important;
    background-color: #1b3455 !important;
    color: #ffffff !important;
    border-color: #1b3455 !important;
    height: 45px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

input {
    text-align: center;
}

#labelHidden {
	margin-bottom: 26px;
}

@media only screen and (max-width: 465px) {
	.btn-send {
    	width: 70% !important;
    	border-radius: 25px !important;
	}
}

