.auth-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.auth-remember {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.auth-remember input {
  width: auto !important;
}
