.login-form {
  padding: 3rem 0;
}
.login-form-title {
  font-size: 2rem;
  font-family: "Bebas Neue";
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 120%;
}
.login-form-label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.login-form-label a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
.login-form-control {
  width: 100%;
  background-color: transparent;
  border: 1px solid #BC2023;
  border-radius: 0;
  color: #fff;
  padding: 0.5rem;
}
.login-form-check {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.login-form-btn {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #BC2023;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-weight: 200;
  outline: none;
  border: none;
  cursor: pointer;
}
.login-form-btn:hover {
  color: #BC2023;
  background-color: #fff;
}
.login-form .form-control-feedback {
  font-size: 0.8rem;
  color: #ffc107 !important;
}