@import url("https://fonts.googleapis.com/css?family=Montserrat");

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif !important;
}
.footer-links {
  font-family: "Montserrat", sans-serif !important;
}
footer img,
header img {
  width: 100%;
}
.logo {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .logo img {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: 420px;
    padding: 10px;
  }
}
small.text-muted {
  color: red !important;
  font-weight: bold;
}
.logo h1 {
  font-weight: bold;
  color: #082774;
}

input.error {
    outline: 1px solid red !important;
}

.error.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff0000ab;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 24%);
}

label.error {
    color: red;
    font-size: small;
    font-weight: 600;
    text-transform: capitalize;
}