/**
 * External Register scss
 * @author NoBears
 */
@font-face {
  font-family: "Axiforma-Book";
  src: url("https://gvn.demo.sjonic.nl/gvn/fonts/Axiforma-Book/font.woff2") format("woff2"), url("../fonts/Axiforma-Book/font.woff") format("woff");
}
body {
  font-family: "Axiforma-Book", Helvetica, Arial, sans-serif;
  color: #122836;
}
body .card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
body .card .card-body {
  padding: 0;
}
body .card .card-footer {
  padding: 1rem 0 0 0;
  border: 0;
  background: none;
}
body .btn {
  position: relative;
  font-family: "Axiforma-Book", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #2A58A7;
  padding: 0.6rem 2rem;
  color: white;
  transition: all 500ms ease;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
body .btn:hover {
  background-color: #1CC961;
  color: white;
}
body .form-control {
  font-family: "Axiforma-Book", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
  border-radius: 0;
  border-color: white;
  box-shadow: none !important;
  outline: none !important;
  color: #122836;
}
body .form-control:focus {
  border-color: #2A58A7;
}

/*# sourceMappingURL=register.css.map */
