/* login_new.css: minimal page-specific login polish */

/* Ensure login inputs match the new base theme (bootstrap auth forms vary) */
.base-card input[type="text"],
.base-card input[type="password"] {
  border-radius: 0.75rem;
}

.base-card .base-button {
  width: 100%;
}
