.login-bg {
  background: linear-gradient(135deg, #003087 0%, #001F5C 50%, #0050B3 100%);
}

.login-left-panel {
  min-height: 100vh;
}

.accent-bar-red {
  display: inline-block;
  height: 4px;
  width: 48px;
  background: var(--hib-red);
  border-radius: 2px 0 0 2px;
}

.accent-bar-blue {
  display: inline-block;
  height: 4px;
  width: 48px;
  background: var(--hib-blue);
  border-radius: 0 2px 2px 0;
}

.logo-circle {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--hib-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 135, 0.25);
}

.input-group-text {
  background: #fff;
}/*# sourceMappingURL=login.css.map */