 .glass {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 8px 32px rgba(31, 122, 165, 0.2);
        }

        /*.input-glass {
            background: rgba(255, 255, 255, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
            color: #1e3a5f !important;
            transition: all 0.3s ease;
        }*/

        .input-glass {
            background: rgba(255, 255, 255, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
            color: #1e3a5f !important;
            transition: all 0.3s ease;
            padding-left: 2.5rem !important;
            padding-right: 1rem !important;
            padding-top: 0.625rem !important;
            padding-bottom: 0.625rem !important;
            width: 100% !important;
            border-radius: 0.5rem !important;
            font-size: 0.875rem !important;
        }

        .input-glass::placeholder {
            color: rgba(30, 58, 95, 0.6) !important;
        }

        .input-glass:focus {
            background: rgba(255, 255, 255, 0.5) !important;
            border-color: rgba(56, 189, 248, 0.8) !important;
            box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2) !important;
        }

        select.input-glass option {
            background: #e0f7ff;
            color: #1e3a5f;
        }

        select.input-glass {
            background: rgba(255, 255, 255, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
            color: #1e3a5f !important;
            padding-left: 2.5rem !important;
            padding-right: 1rem !important;
            padding-top: 0.625rem !important;
            padding-bottom: 0.625rem !important;
            width: 100% !important;
            border-radius: 0.5rem !important;
            font-size: 0.875rem !important;
            height: 2.625rem !important;
        }