body {
  /* background-color: #3a345c; */
  background-color: #1d1d1e;
  margin: 0;
  padding: 0;
  font-family: 'Inter'; 
  color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  }




 
 .bg-image {
   background: transparent;
   width: 100%;
 }
 
 .overlay {
 
width: 100%;

display: flex;
justify-content: center;
align-items: center;
}
 
.form-container {
  background-color: #2d2d33;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #3F3F47;
  border-radius: 20px;
}
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
.logo-text {
  color: white;
  font-size: 2.5rem; /* relative to root font size */
  font-weight: bold;
  position: relative;
  left: 6px;
}
.white-image {
  filter: brightness(0) invert(1);
}
 
.logo-image {
  position: relative;
  top:6px;
   /* max-width: 100px; */
   width: 32%;
   height: auto;
   
 }

 .myaccount {
   font-size: 30px;
   
   color: #FFFFFF;
   font-family: 'Inter';
   font-weight: 700;
 }

 .miss{
  font-size: 18px;
   
   color: #FFFFFF;
   font-family: Inter;
   font-weight: 400;
 }
 
 .my_email {
    
       color: #FFFFFF;
       font-weight: 600;
      text-align: left;
      position: relative;
      font-family: 'Inter';

      left:3px;
       
       width: 100%; 
     }
     .my_white{
      color: #e0e0e0;
       font-weight: 700;
      font-family: 'Inter';
     position: relative;
     text-align: left;
       right: 7px;
       width: 100%; /* Ensures label takes full row width */
     }
     
/* Base input style */
.form-control {
    background-color: #242429;
    border: 1px solid #3F3F47;
    color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    outline: none; /* removes default focus outline */
    transition: border 0.3s, color 0.3s; /* smooth transition */
}

/* Placeholder default style */
.form-control::placeholder {
    color: #CCCCCC;
    font-family: 'Inter'; 
    font-weight: 400;
    font-size: 18px;
    font-style: normal; /* "regular" is not valid CSS */
}

/* Placeholder style on focus */
.form-control:focus::placeholder {
    color: #FFFFFF; 
     font-size: 18px;  
}

/* Optional: add focus border */
.form-control:focus {
    border-color: #3F3F47; 
     background-color: #242429;
    
}

input:focus, select:focus, textarea:focus {
            background-color: #2D2D33 !important;
            color: #FFFFFF !important;
            
           
        }

/* Checkbox border color */
.custom-checkbox {
    border: 1.5px solid #51515C; 
    background-color: #2d2d33;
    border-radius: 4px;
    width: 20px;
    height: 20px;
}

.custom-remember {
  font-weight: 400;
  font-family: Inter;
  font-size: 16px;
     color: #CCCCCC;
}
 
.forget{
   font-weight: 400;
  font-family: Inter;
   font-size: 16px;
     color: #6F83F5;
     text-decoration: underline;
}
 .my-btn {
   background: linear-gradient(90deg, #6990F7, #8E3EEB);
   color: #FFFFFF;
   border: none;
   border-radius: 12px;
   font-weight: 400;
   padding: 14px;
   transition: 0.3s ease-in-out;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: Inter;
   font-size: 18px;
 }

 
 .my-btn:hover {
   background: linear-gradient(90deg, #6990F7, #8E3EEB);
   transform: translateY(-2px);
 }
 


 
 
 .login-link {
   color: #CCCCCC;
   font-size: 16px;
   font-family: Inter;
   font-weight: 400;
 }
 
 .login-link a {
   color: #a478e8;
   text-decoration: underline;
 }

 @media (max-width: 576px) {
   .form-container {
     padding: 2rem 1.5rem;
   }
 
   .my-btn {
     font-size: 15px;
   }
 
   .my-eye-icon {
     width: 18px;
     margin-top: 20px;
   }
 }


 @media (min-width: 900px) and (max-width: 1050px) {
  .my-eye-iconn {
     transform: translateY(-38%) !important;
     
   }
  }

   @media (min-width: 1051px) and (max-width: 1200px) {
  .my-eye-iconn {
     transform: translateY(-35%) !important;
     
   }
  }

   @media (min-width: 1201px) and (max-width: 1300px) {
  .my-eye-iconn {
     transform: translateY(-34%) !important;
     
   }
  }

     @media (min-width: 1600px) and (max-width: 1734px) {
  .my-eye-iconn {
     transform: translateY(-32%) !important;
     
   }
  }

       @media (min-width: 1735px) and (max-width: 1800px) {
  .my-eye-iconn {
     transform: translateY(-31%) !important;
     
   }
  }


       @media (min-width: 1850px) and (max-width: 2000px) {
  .my-eye-iconn {
     transform: translateY(-31%) !important;
     
   }
  }

        @media (min-width: 2010px) and (max-width: 2200px) {
  .my-eye-iconn {
     transform: translateY(-29%) !important;
     
   }
  }

          @media (min-width: 2420px) and (max-width: 2600px) {
  .my-eye-iconn {
     transform: translateY(-30%) !important;
     
   }
  }

           @media (min-width: 2701px) and (max-width: 2800px) {
  .my-eye-iconn {
     transform: translateY(-30%) !important;
     
   }
  }

             @media (min-width: 2801px) and (max-width: 3000px) {
  .my-eye-iconn {
     transform: translateY(-30%) !important;
     
   }
  }

/* Login + OTP mobile: after zoom, allow pan (left/right/up) so inputs stay visible */
@media (max-width: 767.98px) {
  html.login-mobile-pan {
    overflow: auto !important;
    height: auto !important;
    min-height: 100dvh;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  html.login-mobile-pan body {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    min-height: 100dvh !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overscroll-behavior: auto !important;
    touch-action: pan-x pan-y;
  }

  html.login-mobile-pan .container-fluid {
    overflow: visible !important;
    overflow-x: auto !important;
    flex: none !important;
    min-height: 0 !important;
    touch-action: pan-x pan-y;
  }

  html.login-mobile-pan .bg-image,
  html.login-mobile-pan .overlay,
  html.login-mobile-pan .form-container {
    overflow: visible !important;
    max-width: none;
  }

  html.login-mobile-pan .form-control {
    min-width: 0;
  }
}