   body {
             background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.03) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.03) 75%);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #00665f !important;
            flex-direction: column;
        }
        
        .container {
            width: 380px;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 30px;
            transition: all 0.3s ease;
        }
        
        .member_ship_box{
        width: 90px;
        height: 90px;
        border-radius: 50%;
        padding: 4px;
        background: white;
        margin: auto;
        border: double #1f2937;
        transform: translate(0px, -83px);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
        
         .winggo_logo_radius{
        width:100%;
        height:100%;
    }
        
        .form-step {
            display: none;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .form-step.active {
            display: block;
        }
        
        h2 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 25px;
            font-size: 24px;
            margin-top: -73px;
        }
        
        .form-group {
            margin-bottom: 20px;
            position: relative;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #495057;
            font-size: 14px;
        }
        
        input {
            width: 100%;
            padding: 12px 40px 12px 12px;
            border: 1px solid #ced4da;
            border-radius: 6px;
            font-size: 15px;
            transition: all 0.2s;
            box-sizing: border-box;
            outline:none;
        }
        
input:focus-within {
      border-color: #006666 !important;
      box-shadow: 0 4px 12px #0066663b;
      transform: scale(1.01);
    }
        
        .input-icon {
            position: absolute;
            right: 12px;
            top: 42px;
            color: #006666;
            font-size: 18px;
        }
        
        .toggle-password {
            right: 40px !important;
            cursor: pointer;
            z-index: 2;
        }
        
        .button-group {
            display: flex;
            gap: 12px;
            margin-top: 25px;
        }
        
        button {
            flex: 1;
            padding: 6px 4px;
            /* background: #00665f !important; */
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            border-radius: 5px !important;
            transition: all 0.2s;
        }
        
        .btn-primary {
            background-color: #006666 !important;
            color: white;
        }
        
        .btn-primary:hover {
            background-color:#0d5252 ;
        }
        
        .btn-secondary {
            background-color: #f1f3f4;
            color: #3c4043;
        }
        
        .btn-secondary:hover {
            background-color: #0b5454 !important;
        }
        
        .error-message {
            color: #d93025;
            font-size: 13px;
            margin-top: 6px;
            display: none;
        }
        
        .hint {
            font-size: 12px;
            color: #70757a;
            margin-top: 6px;
            font-style: italic;
        }
        
        .success-message {
            color: #34a853;
            text-align: center;
            margin: 20px 0;
            font-weight: 500;
            line-height: 1.5;
        }
        
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        .modal-box {
            background-color: white;
            padding: 24px;
            border-radius: 8px;
            width: 90%;
            max-width: 400px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            text-align: center;
            animation: modalFadeIn 0.3s ease;
        }
        
        @keyframes modalFadeIn {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .modal-message {
            margin-bottom: 20px;
            color: #202124;
            line-height: 1.5;
        }
        
        .modal-btn {
            padding: 10px 20px;
            background-color: #4285f4;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500;
        }
        
        .resend-link {
            color: #4285f4;
            text-decoration: none;
            font-weight: 500;
            cursor: pointer;
        }
        
        .resend-link:hover {
            text-decoration: underline;
        }
        
@media(max-width:500px){
.container {
    width: 90% !important;
}
        }
        
        .panel-default{
        border-radius:10px;
    }
    #mobileError{
        margin-top:100px;
    }
   
   .flash-msg {
       position: absolute;
    z-index: 110000;
    transition: opacity 0.5s ease-in-out;
}
