.pagina-login {
  background: #eef1f4;
}

.login-main {
  padding-top: calc(var(--header-height) + 18px);
  padding-bottom: 40px;
  min-height: 60vh;
}

.login-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.login-card {
  max-width: 430px;
  margin: 0 auto;
  padding: 18px 0 0;
}

.login-segmented {
  background: #fff;
  border: 1px solid #d9dee5;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  margin-bottom: 28px;
}

.login-segmented-item {
  border: none;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #5e6872;
  text-align: center;
  padding: 7px 10px;
  text-decoration: none;
  background: transparent;
}

.login-segmented-item:hover {
  color: #374151;
}

.login-segmented-item.is-active {
  background: #08a5b6;
  color: #fff;
}

.login-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #17212b;
  font-weight: 700;
}

.login-title-cadastro {
  margin-bottom: 20px;
}

.login-title-single {
  margin-bottom: 14px;
}

.login-subtitle {
  margin: 0 0 22px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #4b5563;
  font-weight: 400;
}

.login-subtitle strong {
  color: #17212b;
  font-weight: 600;
}

.login-lead-muted {
  margin: 0 0 16px;
  text-align: center;
  font-size: 0.78rem;
  color: #6b7280;
}

.login-pane {
  display: none;
}

.login-pane.is-active {
  display: block;
}

.login-feedback {
  display: none;
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.78rem;
  font-weight: 600;
}

.login-feedback.is-success {
  display: block;
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}

.login-feedback.is-error {
  display: block;
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.login-form .form-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #2f3943;
  margin-bottom: 6px;
}

.login-form .form-control {
  border-radius: 8px;
  border-color: #d7dce3;
  height: 44px;
  font-size: 0.82rem;
}

.login-form .form-control::placeholder {
  color: #adb5bd;
}

.login-link-inline,
.login-link-bottom {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4b5563;
  text-decoration: underline;
}

.login-link-inline {
  margin: 6px 0 18px;
}

.login-link-bottom {
  margin-top: 22px;
}

.login-btn-submit {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: #024b52;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 18px;
}

.login-btn-submit:hover {
  background: #035a62;
  color: #fff;
}

.login-check-termos {
  margin-top: 8px;
  margin-bottom: 0;
}

.login-check-termos .form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 0.2rem;
}

.login-check-termos .form-check-label {
  font-size: 0.65rem;
  color: #4b5563;
  line-height: 1.4;
}

.login-check-termos a {
  color: #4b5563;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .login-main {
    padding-top: calc(var(--header-height) + 14px);
    padding-bottom: 28px;
  }

  .login-container {
    padding: 0 16px;
  }
}
