
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 20px 10px;
            width: 100%;
            height: 100vh;
			background-image: url("../assets/Icons/background-image.png");

        }
        
        .gx-container {
            background-color: white;
            border-radius: 32px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            width: 100%;
            max-width: 450px;
            padding: 40px 30px;
            text-align: center;
        }
        
        .gx-title {
            color: #2c3e50;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .gx-subtitle {
            color: #7f8c8d;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 30px;
        }
        
        .gx-email-input {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 16px;
            margin-bottom: 30px;
            transition: border-color 0.3s;
        }
        
        .gx-email-input:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
        }
        
        .gx-support-section {
            background-color: #F1FAFF;
            border: 1px solid #1993D5;
            border-radius: 12px;
            padding: 12px 16px;
            margin: 20px 0px;
            text-align: left;
        }

         .gx-title-sign {
            font-size: 30px;
            color: #000000;
            margin-bottom: 10px;
            font-weight: 100;
        }
        
        .gx-title {
            font-size: 30px;
            color: #000000;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .gx-icon{
            display: flex;
            gap: 10px;
        }

        
        .gx-password{
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: solid 1px #cccccc;
            border-radius: 12px;
            padding: 10px 8px;
        }
        
        .gx_input_cont{
            border-radius: 12px;
            border-style: solid 1px #CCCCCC !important;
            background-color: #fff;
            border-width: 1px;
            align-items: center;
            display: flex;
            gap: 10px;
            width: 100%;

        }

        .gx-input {
            width: 100%;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            transition: all 0.3s;
            background: transparent;
        }
        
        .gx-input:focus {
            outline: none;
        }
        
        .gx-input.gx-error {
            border-color: #e74c3c;
        }
        
        .gx-error-message {
            color: #e74c3c;
            font-size: 13px;
            margin-top: 5px;
            display: none;
        }
        
        /* Button styles */
        .gx-button-email {
            background-color: #000;
            color: #fff;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 500;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
        }

        .gx-button-question {
            background-color: #fff;
            color: #000;
            border: 1px solid #000;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 500;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
        }


        .gx-button-continue {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 1rem;
            text-decoration: none;
        }

        
        .gx-support-title {
            color: #222222;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .gx-support-info {
            color: #222222;
            font-size: 13px;
            line-height: 1.5;
            margin-bottom: 5px;
        }
        
        .gx-support-link {
            color: #222222;
            text-decoration: none;
        }

        
        .gx-verify-option {
            display: block;
            width: 100%;
            padding: 14px;
            margin-bottom: 15px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .gx-verify-email {
            background-color: #3498db;
            color: white;
        }
        
        .gx-verify-email:hover {
            background-color: #2980b9;
        }
        
        .gx-verify-security {
            background-color: transparent;
            color: #3498db;
            border: 1px solid #3498db;
        }
        
        .gx-verify-security:hover {
            background-color: rgba(52, 152, 219, 0.1);
        }
        
        @media (max-width: 480px) {
            .gx-container {
                padding: 30px 20px;
            }
            
            .gx-title {
                font-size: 24px;
            }

              .gx-button-email {
            background-color: #000;
            color: #fff;
            border: none;
            border-radius: 40px;
            padding: 10px;
            font-size: 12px;
            font-weight: 500;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
        }

        .gx-button-question {
            background-color: #fff;
            color: #000;
            border: 1px solid #000;
            border-radius: 40px;
            padding: 10px;
            font-size: 12px;
            font-weight: 500;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
        }
        }
        
        
.input-wrapper {
        position: relative;
        flex: 1;
      }

      .placeholder-label {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        pointer-events: none;
        transition: all 0.3s;
        font-size: 16px;
        font-weight: 600;
      }

      .placeholder-label .asterisk {
        color: #CA0000;
        margin-left: 2px;
      }

      .gx-input:focus + .placeholder-label,
      .gx-input:not(:placeholder-shown) + .placeholder-label {
        opacity: 0;
      }

      .gx-input.no-placeholder::placeholder {
        color: transparent;
      }
