html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f6f5;
}

.ldap-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  width: 100%;
}

.ldap-title {
  color: #0f4c45;
  font-weight: 600;
  margin-bottom: 4px;
}

.ldap-subtitle {
  color: #6b7280;
  margin-bottom: 24px;
}

.ldap-input {
  height: 52px;
  border-radius: 8px;
  border: 1.5px solid #d1d5db;
  padding-left: 44px;
  transition: all 0.25s ease;
}

.ldap-input:focus {
  border-color: #0f4c45;
  box-shadow: 0 0 0 3px rgba(15, 76, 69, 0.15);
}

.ldap-input {
  height: 52px;
  border-radius: 8px;
  border: 1.5px solid #d1d5db;
  padding-left: 44px;
  transition: all 0.25s ease;
}

.ldap-input:focus {
  border-color: #0f4c45;
  box-shadow: 0 0 0 3px rgba(15, 76, 69, 0.15);
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.btn-ldap-submit {
  background: linear-gradient(135deg, #0f4c45, #2fae8f);
  color: #ffffff;
  font-weight: 600;
  height: 52px;
  border-radius: 8px;
  border: none;
  transition: all 0.25s ease;
}

.btn-ldap-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15, 76, 69, 0.35);
}

.ldap-back {
  color: #6b7280;
  font-size: 0.9rem;
  text-decoration: none;
}

.ldap-back:hover {
  color: #0f4c45;
}
