﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
body {
  background-color: #fff;
  color: #333;
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif !important;
}

header {
  background: #0079c1;
  border-bottom: 2px solid #0079c1;
}

.main_headerbar {
  background: transparent;
}

.logo img {
  max-width: 300px;
}

.headlogo {
  margin: 0 auto;
}

h1 {
  color: #619e2e;
}

footer.main_footer {
  background-color: #0079c1;
  height: auto;
}

footer p, footer p a:link, footer p a:active, footer p a:visited {
  color: #fff;
}

#footer_links {
  text-align: center;
}

.btn-primary {
  background: #639d36;
  border-color: #639d36;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #7dca42;
  border-color: #9ed872;
  box-shadow: none !important;
  outline: none !important;
}

.loginbtn {
  margin: 0 auto;
}

button .fa {
  display: none;
}

.alert-secondary {
  background: #f6f6f6;
}
