.login-page {
  background-image: url("/img/login_background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-logo {
  background-color: #fff;
  margin-bottom: 0px;
  padding: 1rem;
}

.login-role-badge {
  text-align: center;
  margin: 0;
  padding: 6px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #007bff;
  border-top: 1px solid rgba(0, 123, 255, 0.2);
  letter-spacing: normal;
  text-transform: none;
}
