.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 4px;
  font-size: 13px;
}

.login-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #888;
  font-weight: normal;
}

.login-options input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #6b7280;
  cursor: pointer;
}

.login-alert {
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.5;
}

.login-alert.error {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
}

.login-alert.warning {
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fcd34d;
}

#subbtn {
  cursor: pointer;
}
