.sso-divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.sso-divider::before,
.sso-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.sso-divider-text {
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.sso-section {
  text-align: center;
}
.btn-sso {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1b2a4a;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
}
.btn-sso:hover,
.btn-sso:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.btn-sso-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #1a3a6b;
  border-radius: 3px;
}
.btn-sso-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.sso-hint {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  letter-spacing: 0;
}
.sso-register-section {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
