.container {
  max-width: 760px;
}


.btn .bi{
  margin-top: -5px;
}


header{
  background: #34495E;
  width: 100%;  
}

footer{
  background: #34495E;
  
}
footer p{
  color: #FFF !important;
}



 /* already defined in bootstrap4 */
.text-xs-center {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

.btn-primary{
background: #FFFFFF;
color: #3498db;
border: 1px solid #3498db;
}
.btn-primary:hover{
background: #3498db;
color: #FFF;
border: 1px solid #3498db;
}
a, a:hover{
color: #3498db !important;
}
a:hover{
font-weight: bold;
}


.alert{
  margin-top: 15px;
  margin-bottom: ;
}