 body{
     margin: 0;
     padding: 0;
     height: 100vh;
     font-family: "Inter", sans-serif;
    }
    
    :root {
     --primary-purple: #A91D3A;
     --primary-second: #dedede;
      --primary-bidform: #6f3131;
      --button-white: white;
      --active-text: #f11000;
      --red-color: #c11c1c;
      --black-text: #000000;
      --red-text: red;
      --green-color: #183D3D;
      --sidebar-bg: #452600;
    }
    a{
        text-decoration: none;
    }
    .hero-section-1 {
      background: transparent;
    }
    
    .formBg{
       background-color: #053c45;
       margin: 1rem;
       border-radius: 20px;
       padding-bottom: 1.4rem;
    }
        
    .submit_buttons {
      background-color: #469fff;
      border: none !important;
      font-weight: bold;
      font-size: 16px;
      color: #000;
      border-radius: 10px;
      padding-block: 0.8rem;
    }
    
    .header {
      background: #180A0A;
      color: #000;
      padding: 0.8rem 1rem;
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      align-items: center;
      padding-top: 41px;
    }
        
    .header a i{
       color: #fff;
    }
      .header h1 {
            font-weight: 600;
            font-size: 16px;
            margin-left: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #fff;
        }
        
        .header a{
				color: #fff;
				text-decoration: none;
		}
	
		.header .back-arrow {
				margin-right: 10px;
				font-size: 1.5rem;
				cursor: pointer;
		}
		
         .wallet-container{
            background: #FFD95A;
            padding-inline: 0.6rem;
            padding-block: 0.1rem;
            border-radius: 5px;
            }
        
         .bottom-bar {
      position: fixed !important;
      bottom: 0;
      width: 100%;
      padding-block: 0.4rem !important;
      padding-inline: 0.8rem !important;
      background-color: #000 !important;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) !important;
      z-index: 1000;
    }

    .bottom-bar .nav-link {
      color: #6c757d;
      font-size: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      transition: color 0.3s ease, transform 0.3s ease;
    }

    .bottom-bar .nav-link.active {
      color: #fff !important;
      transform: scale(1.1);
    }

    .nav-icon {
      font-size: 20px;
      margin-bottom: 3px;
    }
    
     .btn-submit {
            background-color: var(--primary-purple);
            color: #000;
            font-weight: bold;
            border: none;
        }
        
    .wallet-container{
      background: white;
      padding-inline: 0.6rem;
      padding-block: 0.2rem;
      border-radius: 5px;
      color: #000;
      font-weight: 500;
    }
        
        
    /* Hamburger Icon */
    .navbar-toggler {
      border: none;
    }
        
    .wallet-container{
        background-color: #fff;
        padding-inline: 0.6rem;
        padding-block: 0.1rem;
        border-radius: 5px;
    }

       .card-custom {
         background-color: #07233f;
         border-radius: 8px;
         padding: 15px;
         margin-bottom: 10px;
         color: #fff;
         text-align: center;
         border: 2px solid #b5afaf;
         background-color: var(--primary-purple);
        }
        
    .diamond-container {
      height: 112px;
      background-color: var(--primary-second);
      border: 2.5px solid #511617;
      display: flex;
      justify-content: center;
      border-radius: 7px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      align-items: center;
      margin: 2px auto;
      color: #000000;
    }


     .submit-btn {
            width: 100%;
            font-size: 16px;
             background-color: var(--primary-purple);
            color: #000;
            font-weight: bold;
            border: none;
        }
        
    .modal-header{
       background-color: #db1200;
	   color: #000 !important;
	}
		
	.tabs_section{
      background: #db1200;
      padding-top: 7px;
      border-bottom: none;
    }
    
    .bid-item {
      background-color: #ffffff;
      margin-top: 15px;
      padding: 7px;
      padding-block: 0.6rem;
      border-radius: 10px;
      border: 0.5px solid #15572485;
      border: 3px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(to left, rgb(0 64 65), rgb(195 135 0));
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
        
    .bi-heading{
        display: block;
        /*text-align: center;*/
        color: #155724;
        font-size: 1.02rem;
        font-weight: 600 !important;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
        
          .bi-sub-heading{
            display: block;
            color: #000;
            font-size: 1.02rem;
            font-weight: 600 !important;
            text-transform: uppercase;
            
        }
        
        .bid-title {
            display: block;
            width: 100%;
            background: #f0f1f5;
            font-size: 15px;
            font-weight: 600;
            color: #000;
            padding-block: 0.4rem;
            border-radius: 4px;
        }


    .bid-title1 {
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      background: #155724;
      padding: 7px;
      border-radius: 5px;
    }

   .copy-btn { 
     background: #204873;
     border: none;  
    }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #FF5722;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: none;
  }

    .navbar {
      background: #180A0A !important;
      color: white;
      width: 100%;
      position: fixed;
      z-index: 1000;
      top: 0;
    }
    
    .timing_section {
    background: #ff980040;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 6px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding-inline: 15px;
    }
    
    /* Game Info Cards */
    .game-card {
      border-radius: 10px;
      padding: 0px;
      padding-inline: 0px;
      padding-top: 0px;
      margin-bottom: 10px;
      background: #E3FEF7;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #ff3d00;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      overflow: hidden;
    }
    
    .greenBg{
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
      /* Sidebar */
    .sidebar-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 250px;
      background: #180A0A !important;
      color: #fff;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 9999;
      padding-top: 15px;
      overflow-y: auto; /* Enables vertical scrolling */
      max-height: 100vh;
    }
    
    
  .winHistory {
    background-color: var(--primary-purple);
    color: #fff;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 7px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  }

  .marqText {
    background-color: #da2f16;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding-block: 0rem;
    margin-bottom: -0.5rem;
    margin-top: 2rem;
    text-transform: uppercase;
  }

 .navbar-brand {
      color: #fff !important;
      font-weight: 600;
      letter-spacing: 0.2px;
      font-size: 0.9rem;
      text-transform: uppercase;
    }
     
 .navbar-brand span{
    color:  #fff;
 }
     
  .navbar-toggler-icon{
    color: #fff !important
  }

.navbar-toggler-icon {
    width: 1.1em !important;
    height: 1.1em !important;
}

  .video-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  
  .video-icon img{
    width: 100%;
    height: 100%;
   }
   
  .video-icon1 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-weight: 500;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
 
.video-icon1 img{
    width: 100%;
    height: 100%;
}

    .sidebar {
      max-width: 300px;
      padding: 20px;
    }

    .sidebar-item {
      display: flex;
      align-items: center;
      padding: 8px 0;
      font-size: 14px;
      color: #000;
      padding-block: 0.6rem;
      border-bottom: 0.5px solid #dee2e6;
    }
        .sidebar-item > a{
          color: #fff;
        }
        .sidebar-item > a span{
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }
        .sidebar-item .icon {
            font-size: 20px;
            margin-right: 10px;
            border-radius: 50%;
        }

        /* Inactive/disabled style */
        .sidebar-item.disabled {
            color: #ffbc21;
            font-size: 1.2rem;
            font-weight: 500;
        }
        
        .paytm-icon{
           width: 25px;
    object-fit: contain;
        }

.chart-icon{
    width: 50px;
}

.close-icon{
    width: 45px;
}
    .game-title {
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 0px
    }
    
    
     .status-close-active span{
       display: inline-block;
       font-weight: 500 !important;
       font-size: 1rem !important;
       color: #ff0000 !important;
       text-align: center;
    }
     .status-close-active .runningt{
         color:  var( --green-text) !important;
     }
    
    .runningt 
    {
      color: var( --green-text) !important;   
    }
    
    .closegt 
    {
      color: var(--primary-purple) !important;   
    }
    
    .status-close-active {
    color: #005012 !important;
    font-weight: 700;
    font-size: 12px !important;
    border-radius: 7px;
    }

   .star_section {
    margin-bottom: 0px !important;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    }

   .pana-imgs{
    width: 45px;
    background: white;
    padding: 4px;
    border-radius: 8px;
   }

    .diamond-content p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 0px;
    color: var(--button-white);
    margin-top: 0.2rem;
   }

   .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: #180A0A;
        color: #fff;
        font-weight: 600;
        word-spacing: -0.9px;
        font-size: 0.9rem;
   }
    .nav-link{
     color: #000;
    }
         
    .upi_logo img {
    border-radius: 15%;
    width: 241px;
    padding: 0.5rem;
    }
        
   .sidebar-container.open {
      transform: translateX(0);
    }
    .sidebar-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: transparent;
      border: none;
      font-size: 30px;
      color: #FFF;
      cursor: pointer;
    }
    .sidebar-content {
      margin-top: 40px;
    }
    .sidebar-content a {
      color: #000;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
    }
    .sidebar-content a:hover {
      background-color: #1c0e4c;
    }

    /* Button Styles */
    .btn-custom {
    background: #180A0A !important;
    border: 1px solid #fff !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    width: 45%;
    border-radius: 20px !important;
    }

	.btn-custom1 {
	background: #12372A;
	border: 1px solid #fff !important;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	width: 45%;
	border-radius: 20px !important;
	}
	
	.btn-custom1 img{
	  width: 20px !important;
	}
	
	.btn-custom1 i{
	  font-size: 1.4rem;
	 }
   
    .btn-custom:last-child {
      margin-right: 0;
    }
    
    .btn-custom2 {
      background-color: #212529 !important;
      border: none !important;
      background: #180A0A !important;
      border: 1px solid #fff !important;
      color:  #fff !important;
      font-size: 15px;
      font-weight: 500;
      width: 45%;
      border-radius: 25px !important;
      padding-block: 6px !important;
    }
    
     .btn-custom2 img{
         width: 25px;
     }
      .btn-custom img{
         width: 25px;
     }
    .btn-custom2:last-child {
      margin-right: 0;
    }
    
    /*.btn-custom:hover {*/
    /*  background-color: #1c0e4c;*/
    /*}*/

    .status-close {
      color: #B80000;
      font-weight: 700;
      font-size: 13px;
      margin-bottom: 0px !important;
    }
  
    .status-open {
      color: var(--green-text);
      font-weight: bold;
    }

    /* Slider with Margin */
    .carousel-container {
      /*margin: 10px;
      margin-top: 17px;*/
    }
    .carousel-item {
      height: 195px;
    }
    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }

    /* Rounded Navigation Dots */
    .carousel-indicators li {
      background-color: var(--button-white);
      border-radius: 50%;
      width: 12px;
      height: 12px;
    }
   

    .top_rt{
        font-weight: 600;
    }


    


.bidHistory{
    background: #F5F7F8;
    border: 1px solid var(--primary-purple);
    text-align: center;
    border-radius: 7px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}
.bidHistory img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.winHistory img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.winHistory span{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 0.9rem;
}
.bidHistory span{
    color: #000;
    font-weight: 500;
      text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 1rem;
}


.userInfo{
    border-bottom: 0.5px solid #ffffffde;
}

.userName{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobNumber{
     color: #fff !important;
}

.userIcon i{
    font-size: 3rem !important;
}



.historyDiv{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

        /* Custom icon colors */
        .home-icon {  }         
        .profile-icon {  }   
        .add-point-icon {  }     
        .withdraw-icon {  }    
        .wallet-icon {  }        
        .transfer-icon {  }     
        .winning-history-icon {  } 
        .bid-history-icon {  }  
        

.navbar{
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    padding-top: 41px;
}


.marquee-container{
    padding-top: 3.3rem;
}

   .quiz-container {
      max-width: 600px;
      margin: 13px auto;
      margin-top: 0px;
      padding: 12px;
      border-radius: 0px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .option-btn {
      width: 100%;
      margin-bottom: 10px;
      text-align: left;
      background: white;
      color: black;
      text-transform: uppercase;
    }

    .correct {
      background-color: #d4edda !important;
      color: #155724 !important;
    }

    .incorrect {
      background-color: #f8d7da !important;
      color: #721c24 !important;
    }
    
  .play-quiz {
    font-size: 16px;
    background: url(https://rifa-lyart.vercel.app/images/elements/testimonial-single.jpg);
    background-position: bottom;
    background-size: cover;
    color: #ffffff;
    border-radius: 12px;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    height: 34px;
  }
    
    .aboutIntroText p {
    font-size: 15px !important;
    line-height: 30px;
    background: linear-gradient(0deg, rgb(0 64 65) 0%, #003c7c 100%) !important;
    color: white;
    }
    
   .call-whatsapp{
    width: 45%;
    background: #180A0A !important;
    border: 1px solid #fff !important;
    border-radius: 25px !important;
   }
   .call-whatsapp span{
    color: #fff;
    font-weight: 500;
    font-size: 13px;
   }
        
    .quizButton img{
     width: 20px;
     height: 20px;
    }       
        
    .mobile-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #180A0A !important;
      border-top-left-radius: 1.5rem;
      border-top-right-radius: 1.5rem;
      display: flex;
      justify-content: space-around;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
      z-index: 1000;
     }
     
    .mobile-nav .nav-item {
        text-align: center;
        flex: 1;
    }
    .mobile-nav .nav-link {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        padding: 0px !important;
        transition: all 0.3s ease-in-out;
    }
    .mobile-nav .nav-link:hover {
        color: #007bff;
    }
    .mobile-nav .nav-link.active {
        color: #611f00;
        font-weight: bold;
    }
        
    .mobile-nav .nav-link.active .icon-wrapper {
    background-color: #ffffff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    }

    .icon-wrapper {
       font-size: 16px;
    }        
        
    .mobile-nav .nav-link span{
       color: #fff !important;
       font-size: 15px;
    }
        
    .input-group-text{
      color: #4950577a;
      background: #f5f5f5;
    }
        
    .bidSecion{
        overflow: hidden !important;
    }

    .login-container {
       max-width: 100%;
       margin: 50px auto;
       margin-bottom: 0px;
       margin-top: 50px;
       padding-bottom: 2rem;
       background: #fff;
       border: 1px solid #000;
       border-radius: 10px;
       overflow: hidden;
    }
    
    .formLogo{
      display: flex;
      flex-direction: column;
      align-items: center;
     }
        
    .formLogo .form-logo-div{
      width: 125px;
    }

    .formLogo .form-logo-div img{
      width: 100%;
      height: 100%;
      border-radius: 15px;
    }

    .form_header {
      width: 100% !important;
      background-color: var(--orange-color);
      text-align: center;
    }
        
     .form_header h1 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }
        
     .footerDiv{
        display: flex;
        justify-content: center;
     }

    .login_footer{
    width: 25%;
    border: none;
    padding: 10px;
    border-bottom: 5px solid #fff;
    }

    .icon-container {
        padding: 20px 20px;
    }

    .icon-container h3 {
       font-size: 1.5rem;
       text-align: center;
       font-weight: 700;
       color: rgb(0 24 24);
    }

     .login-f-g {
        position: relative;
        margin-bottom: 20px;
      }

  .login-f-g input {
    background: #ffffff;
    border: 1px solid rgb(3 49 50);
    border-radius: 7px;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 30px;
    font-weight: 600;
  }

  .login-f-g i {
    position: absolute;
    top: 5px;
    left: 10px;
    color: rgb(3 49 50);
    font-size: 20px;
   }

   .btn-login {
      background: #00a86b;
      border: none;
      width: 100%;
      padding: 12px;
      font-weight: 600;
      border-radius: 12px;
      transition: 0.3s;
      color: #fff;
    }

    .btn-login:hover {
      background-color: #e65b28;
     }

   .links {
      text-align: center;
      margin-top: 0px;
    }

    .links a {
     color: #ffffffed;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    }

    .links a:hover {
       text-decoration: underline;
    }

.login-form-f{
     padding: 0 20px 20px;
}


.otpText{
    padding: 26px;
}

.otpText i{
  position: absolute;
    top: 18px;
    left: 15px;
    font-size: 1.3rem;
    color: #000000a8;
}

.otpInput{
    padding: 10px 10px 10px 10px;
    border: none !important;
    margin-top: 7px;
    font-size: 1rem;
}


.otp-container{
    background: #fff;
    border-radius: 10px;
    padding-block: 2rem;
}

.otpSubmit{
    width: 100%;
}
        
.otpInp{
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
}        
        
.otpHedaer{
    width: 100%;
    text-align: center;
    border-top-right-radius: 100px;
    background: #fff !important;
    margin-top: 0rem !important;
    padding-top: 0px !important;
}       

.otpHedaer h1{
    font-size: 28px;
    color: #00494f !important;
}        
        
 .otpLogo{
     width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
 }       
        
.otpLogo div{
    width: 107px;
}    
        
 .otpLogo div img {
    width: 100%;
    height: 100%;
}     


 .fg-form{
     position: relative;
    margin-bottom: 20px;
 }
        
 .fg-form input{
    border: 1px solid #000;
    border-radius: 7px;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 30px;
    font-weight: 600;
 }       
        
  .fg-form i{
    position: absolute;
    top: 5px;
    left: 10px;
    color: #000;
    font-size: 20px;
  }       
        
  .chartBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }      
  
  .chartBox img{
     width: 65px;   
  }
        
  .card_body{
    background: #fff;
    background-position: center;
    background-size: cover;
  }
  
  .chart-txt{
      line-height: 19px;
  }
  
  .star_txt{
    color: #ed0101;
    font-size: 20px;
    font-weight: 600;
  }
  
  .gameName{
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    background: #db1200 !important;
    border: 1px solid #c2d700;
    padding: 13px;
    border-radius: 12px;
  }
  
     .user-signup{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}
 .user-signup a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
  
.phone-icon{
  border: 1px solid #fff;
  border-radius: 50px;
}  
  
.padding-bottom{
    padding-bottom: 5rem;
}  
  
.dark-black{
    color: #000;
}  
  
 .points {
   font-weight: 600;
   color: #000;
   font-size: 16px;
  } 
  
  .icon-box {
    background: #6417177a !important;
    color: #fff;
    padding: 20px;
    border-radius: 3px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.dtm_box{
    border: 1px solid rgb(0 64 65);
}

.card-options {
	margin: 10px 0;
	border-radius: 5px;
	background: #f3f4f6 !important;
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}  
  
.query-txt{
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}  
  
.top-contain{

}
  
.container-width{
    width: 97%;
}  

.main-content-container{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;  
}

.sidebar-item > a .userIcon{
    color: #fff;
}

.chart-bg{
  background-color: #EDF4C2 !important;
}


.whatsapp-icon{
    width: 30px !important;
}

.gr-bg{
    background: #f3f4f6;
}


    .login-wrapper {
      display: flex;
      width: 900px;
      max-width: 98%;
      border-radius: 20px;
    }

    .left-panel {
      color: #fff;
      padding: 40px 30px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .left-panel img {
      width: 146px!important;
      margin-bottom: 20px;
    }

    .left-panel h1 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .left-panel p {
      font-size: 15px;
      opacity: 0.9;
    }

    .right-panel {
      flex: 1;
      padding: 40px;
      background: rgba(255,255,255,0.06);
      color: #fff;
    }

    .right-panel h3 {
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 22px;
    }

    .form-group {
      position: relative;
      margin-bottom: 15px;
    }

    .form-group i {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      color: #313131;
    }

    .form-control {
      background: #fff;
      border: 1px solid rgba(255,255,255,0.2);
      padding-left: 45px;
      border-radius: 12px;
      height: 45px;
      color: #000000;
    }

    .form-control::placeholder {
      color: #464646;
    }

.form-bg{
     background: #180A0A;
     height: 78vh;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
}

  @media (max-width: 768px) {
      .login-wrapper {
        flex-direction: column;
      }

      .left-panel, .right-panel {
        flex: none;
        width: 100%;
        padding: 30px 20px;
        text-align: center;
      }

      .left-panel h1 {
        font-size: 22px;
      }

      .right-panel h3 {
        font-size: 20px;
      }
    }

    .bold-txts {
      color: #00ffc3;
      font-weight: 600;
    }

