/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700&display=swap");
/* BTN */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: normal;
  color: #555555;
}

.body-background {
  background-color: #E5E5E5;
}

.color-white {
  color: #FFFFFF;
}
.color-white:hover {
  color: #FFFFFF;
}

.no-opacity {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
}

a {
  color: #002669;
}

.close-message {
  font-size: 1.5rem;
}

h1, h2, h3 {
  font-family: "Roboto", Arial, sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
  margin: 0;
}

h3 {
  text-align: left;
}

header {
  border-bottom: 2px solid #002669;
}
header .background-header {
  background-color: #E5E5E5;
}
header .logo-main {
  max-width: 420px;
}
header .header-bottom {
  background: #FDD615;
}
header .header-bottom .link-header-bottom {
  font-size: 14px;
  color: #002669;
  text-decoration: none;
}
header .header-bottom .link-header-bottom:hover {
  text-decoration: underline;
}

footer {
  border-top: 2px solid #002669;
}
footer .footer-top {
  background: #FDD615;
  color: #555555;
}
footer .footer-top a {
  color: #002669;
  text-decoration: none;
}
footer .footer-top a:hover {
  text-decoration: underline;
}
footer .footer-bottom {
  background: #002669;
  color: #FFFFFF;
}
footer .footer-bottom a {
  color: #FFFFFF;
  text-decoration: none;
}

.btn {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
}

.btn-primary {
  background-color: #002669;
  border: 0.2rem solid #002669;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FDD615;
  border: 0.2rem solid #FDD615;
  color: #002669;
}

.btn-secondary {
  background-color: #FDD615;
  border: 0.2rem solid #FDD615;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #002669;
  border: 0.2rem solid #002669;
  color: #FDD615;
}

#after_submit {
  font-family: "Roboto", Arial, sans-serif;
}

form .error:not(.form-control):not(.form-select) {
  font-size: 1.5rem;
  color: #DC3545;
  margin-top: 0.25rem;
}
form #statusResponse {
  font-size: 1.5rem;
}/*# sourceMappingURL=style.css.map */
