.button { text-align: center;
    display: inline-block;
    margin: 20px auto 30px auto;
    font-weight: 700;
    background: #02478e;
    padding: 20px 50px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
	width:200px;
	text-decoration:none !important;
	border:0px;
}
.center { text-align:center;}
.right { text-align:right; }

.logo { width:350px; height:145px; background:url(logo.png); margin:auto; background-size:cover; margin-bottom:10px;}
.row .col-md-4 { font-weight:bold;}
a:focus, a.button:hover {     color: white; }
body { background-color:black; background:url(bg.jpg);background-size:cover;}
.big { font-size:30px; }
.row { margin-bottom:5px; margin-top:5px; }
.container { width:50%; margin:auto; text-align:center; vertical-align:middle; background:rgba(0,176,243,1); color:white; margin-top:8%; padding-top:20px;}
input, textarea { width:100%; color:black;}
.contact { text-align:left; margin-top:10px;}
.g-recaptcha { margin-top:5px; } 
.submit-button { margin-top:5px; padding:16px 50px;}
@media screen and (max-width: 500px) {
    .big { font-size:20px;}
    .container { width:95%;  }
    .logo  { width:250px; height:110px; }
    .submit-button { width:100%;}

}