body,
html {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background: #244371 !important;
}

h2{
  color: #244371 !important;
  font-size: 20px !important;
 }

* {
    margin: 0;
    padding: 0;
    box-sizing: inherit; 
}

.form-control{
  background: #e3e3f1 !important;
  padding: 8px 20px !important;
  color: #f5f5f5 !important;
}

.btn-primary{
  background: #ffa200 !important;
  border: none !important;
  border-radius: 2px !important;
}

input:focus, 
textarea:focus, 
select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #bdbdbd !important;
}