/* Extraído de frota_app/templates/password_reset/password_reset_form.html */
/* Ajustes específicos de /password-reset/ */
    body.auth-reset-page .auth-reset-hero-title {
      color: #ffffff !important;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: -0.04em !important;
      line-height: 1.04 !important;
      text-wrap: balance;
    }

    body.auth-reset-page .auth-reset-title {
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: -0.035em !important;
      line-height: 1.08 !important;
    }

    body.auth-reset-page .auth-reset-text,
    body.auth-reset-page .auth-reset-field label {
      color: #ffffff !important;
    }

    body.auth-reset-page .auth-reset-field input {
      width: 100% !important;
      height: 60px !important;
      padding: 0 24px !important;
      border-radius: 9999px !important;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif !important;
      font-size: 15px !important;
      font-weight: 400 !important;
    }

    body.auth-reset-page .auth-reset-button {
      width: 100% !important;
      min-height: 60px !important;
      padding: 0 24px !important;
      border-radius: 9999px !important;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif !important;
      font-size: 17px !important;
      font-weight: 600 !important;
      letter-spacing: -0.01em !important;
    }
