@charset "UTF-8";


body, html {
            height: 100%;
            margin: 0;
            
            font-family: Arial, sans-serif;
        }
body {
  /* Replace with your desired image URL */
 
            /* Ensures body fills viewport */
}

        .wrapper {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        .content {
            flex: 1;
            display: flex;
            flex-direction: column;
                       
 
        }

        .header {
            background: #0B5F76;
            padding: 0px 20px;
        }

        .header img {
			height: 70px;
			    width: 180px;
        }

        .main-container {
            flex: 1;
            display: flex;
            
            align-items: stretch;
            flex-wrap: wrap;
           
        }

        .left-box {
            
            padding: 30px;
            flex: 1 1 600px;
            max-width: 1000px;
            padding-top: 0px;
        }

        .right-box-login {
    background-color: white;
    padding: 30px;
    flex: 1 1 350px;
   
    border-left: 1px solid #ddd;

        }

        .right-box-login input.form-control {
            border-radius: 8px;
        }

        .captcha-img {
            height: 40px;
            width: auto;
        }

        .btn-orange {
            background-color: #ff6c00;
            color: white;
            border: none;
            width: 100%;
            padding: 10px;
            font-weight: bold;
        }

        .btn-orange:hover {
            background-color: #e65c00;
        }

        .footer {
            background-color:#171717;
            color: white;
            text-align: center;
                display: flex;
    justify-content: center;
        }

        @media (max-width: 768px) {
            .left-box, .right-box-login {
                border: none;
                max-width: 100%;
            }
        }
        
        
        
.text-prepaid-1 {
  font-weight: bold;
}
.welcome-message {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-weight: bold;
}
      
      
      
      @media (max-width: 575.98px) {
  .left-box {
    display: none !important;
  }
}
       
     #otpvalh{
     margin-top: 20px;
     }  
      @media (max-width: 575.98px) {
  .footcol001 {
    padding-right: 30px !important;
  }
  
   .footer {
            background-color: #002f5f;
            color: white;
            padding: 10px;
            text-align: center;
   }
  
  
}
.carousel-inner{
	padding-top: 0px !important;
}     
     
 /* Base styles (for screens larger than 1920px or default) */
.right-box-login {
  background-color: white;
  padding: 30px;
 
 
  border-left: 1px solid #ddd;

}

/* For screens up to 1920px */
@media (max-width: 1920px) {
  .right-box-login {

  }
}

/* For screens up to 1614px */
@media (max-width: 1614px) {

}

/* For screens up to 1366px */
@media (max-width: 1366px) {

}

/* For screens up to 1280px */
@media (max-width: 1280px) {

  .virtual-keyboard-container{
	  margin-left: -28px
  }
}

.virtual-keyboard-container {
  position: absolute;
  background: #FFF4EA;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none;
  width: 419px; /* or any fixed width */
}
.virtual-keyboard-container.show {
  display: block;
}


.kb-row {
  margin-bottom: 6px;
  text-align: center;
}

.kb-row:last-child {
  margin-bottom: 0;
}

.virtual-keyboard-container button {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
margin: -2px 0px;
    padding: 0px 0px;
  font-size: 1rem;
  cursor: pointer;
  min-width: 36px;
  transition: background 0.15s;
  user-select: none;
}

.virtual-keyboard-container button:hover {
  background: #e0e0e0;
}

.virtual-keyboard-container button.caps-active {
  background: #007bff;
  color: white;
  font-weight: bold;
}

.virtual-keyboard-container .space-key {
  min-width: 120px;
}

.virtual-keyboard-container .close-btn {
  float: right;
  font-size: 1.3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #888;
  padding: 0 6px 6px 0;
}

.virtual-keyboard-container .close-btn:hover {
  color: #f44336;
}

.icon-btn {
  border: 1px solid #ccc;
  border-left: none;
  background: #f8f9fa;
  cursor: pointer;
  padding: 0 12px;
  font-size: 1.2rem;
  border-radius: 0 4px 4px 0;
  transition: background 0.2s;
}

.icon-btn:hover {
  background: #e2e6ea;
}
  .subtle-band {
      background-color: #f5f7fa;
      padding: 20px;
      border-radius: 6px;
      margin: 5px auto;
      width: 80%;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
      font-family: Arial, sans-serif;
    }

    .subtle-band h2 {
      margin: 0;
      font-size: 1.5em;
      color: #333;
    }
    
    
    .subtle-band h2 {
  font-family: Arial, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.hideClass {
	display: none !important;
}
#contextPathHolder{
	display:none !important;
}
.header-clr{
	color: #0B5F76;
	font-weight: bold;
}



.login-left{
	    background-color: #0B5F76;
}
.portal-bg {
    background: #0B5F76;
    min-height: 100vh;
}
.brand-logo.portal-logo {
  margin-top: 0px;
  width: 450px;
  max-width: 100%;
  margin-bottom: 160px;
}
.login-welcome.portal-heading {
    margin-top: 2rem;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.35;
}
.portal-subheading {
    font-weight: 400;
    font-size: 2rem;
}
.portal-illustration {
    margin-top: 3rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}
.illustration-img {
   max-width: 450px;
  width: 100%;
}
.text-prepaid{
	font-size: 22px;
    font-weight: bold;
}



.captchHead{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputdivhei{
	font-size: 23px !important;
    height: 60px !important;
}
@media (min-width: 1551px) {
  #loginfirst {
    margin: 30px;
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1550px) {
  #loginfirst {
    margin: 30px;
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}


.verigypara{
	    margin-top: 50px;
    margin-bottom: 53px;
}
.brand{
	    font-size: 35px;

}


.otptagmg{
	    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

.timerMessage{
	
}

.otp-new{
	justify-content: left;
}


.SECONDDIV{
	    display: flex;
	        display: flex;
    justify-content: left;
    flex-direction: column;
	
}


#timnerdiv{
	display: flex
;
}


.heading-group {
  display: flex;
  flex-direction: column;
  gap: 0;                /* No extra vertical space */
}

.login-title {
  font-weight: bold;
  color: #111;
  font-size: 2.5rem;       /* Adjust to fit your design */
  line-height: 1.1;
}

.manage-tokens-title {
  font-weight: bold;
  color: #217788;        /* Use your Figma color */
  font-size: 2.5rem;     /* Make second line larger if needed */
  line-height: 1.1;
}



input::placeholder, textarea::placeholder {
  font-size: 0.95rem;   /* Adjust the size as needed, try 0.9rem or 12px for smaller text */
  color: #bdbdbd;       /* Optional: change color to match your design */
  opacity: 1;           /* Ensures full visibility on all browsers */
}


      @media (max-width: 575.98px) {
  .login-left {
    display: none !important;
  }
  .portal-illustrationmobileview{
  display:block !important;
  }
}
.portal-illustrationmobileview{
	display: none;
}

.brand-logomobileView{
	    margin-top: 0px;
    width: 450px;
    max-width: 100%;
}


@media (max-width: 767px) {
  .login-title {
    font-size: 28px;
  }

  .manage-tokens-title {
    font-size: 25px;
  }

  .text-prepaid {
    font-size: 18px;
  }

  .inputdivhei {
    font-size: 19px !important;
    height: 46px !important;
  }

  .refresh-captcha {
    margin-top: 9px;
  }
}

   