/* Stylesheet for Login page */
@font-face {
  font-family: "Futura PT";
  font-weight: bold;
  src: local('Futura PT'), url('/static/fonts/Futura PT Medium.ttf') format("truetype");
}

.sub-heading {
  z-index: -100;
}

.error{
  text-align: center;
}
.theme-btn{
  color: white;
  background-color: #BA2231;
}

.theme-btn:hover{
  color: white;
  background-color: #BA2231;
}

a :hover{
  color: #BA2231;
}