body{ font-family: 'Open Sans', sans-serif; }
h1 { font-size: 25px; line-height: 30px; }
h3 { font-size: 18px; line-height: 25px; }
input[type="submit"].btn-info {
    background: #002fc0;
    padding: 8px 40px;
}
@media only screen and (min-width:992px)
{
	.container{ margin-top: 10%; }
}
@media only screen and (max-width:991px)
{
	.logo { text-align: center; } 
}
@media only screen and (max-width:767px)
{
	.container{ text-align: center; }
	.logo img{ max-width: 100%; } 
}