.app-gen-logo img
{
    max-width:200px !important;;
    display:block;
}
.generic-hightlight
{
    font-size:2em;
    font-weight:400;
    margin-bottom:0.5em;
}
.wrap404
    {
max-width:600px;
    margin:0 auto;
    height:700px;
    }
/* Target all input fields inside your guest-wrap */
.guest-wrap
{
    margin-top:-5em;
}
.guest-wrap input[type="email"],
.guest-wrap input[type="password"],
.guest-wrap input[type="text"] {
    padding: 12px 16px;        /* Comfortable padding */
    cursor: text;              /* Ensure text cursor is visible */
    font-size: 1rem;           /* Optional: slightly bigger text */

    border: 2px solid #9ca3af; /* Visible border (Tailwind gray-400) */
    border-radius: 0.5rem;     /* Rounded corners like Tailwind */
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Focus effect */
.guest-wrap input:focus {
    outline: none;              /* Remove default outline */
    border-color: #4f46e5;      /* Indigo border on focus */
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2); /* Subtle glow */
}

/* Label spacing */
.guest-wrap label {
    display: block;
    margin-bottom: 0.75rem;     /* Space below label */
    font-weight: 500;
    font-size: 0.875rem;        /* Tailwind text-sm */
    color: #374151;             /* Tailwind gray-700 */
}
