      .login-container {
        display: flex;
        height: 100vh;
      }
   .left-panel {
        width: 55%;
        height: 100vh;
        position: relative;
        float: left;
    }

    .portal-name {
	padding-top: 80px;
	padding-left: 80px;
	width: 150px;
	height: 62px;
	text-align: left;
	font: normal normal medium 18px/22px Neue Haas Grotesk Display Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}
 .login-logo {
padding:6% 6% 6% 10%;

margin-bottom: 10px;
	/*padding-top: 105px;
	padding-left: 80px;
	width: 150px;
	height: 62px;
	text-align: left;
	font: normal normal medium 18px/22px Neue Haas Grotesk Display Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;*/
}

.portal-name-logo {
    /* float: left; */
    /*padding-left: 8px;*/
    padding-top: 10px;
}

.portal-name h5 {
  margin-top: 0; /* Removes unnecessary top margin if present */
  font-size: 18px; /* Adjust the font size if needed */
}
    .right-panel {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32%;
      background-image: url('../img/New BG.png');
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-color: #fff;
      margin-right: -13px;
  }
      

 .login-form {
   width: 100%;
        max-width: 456px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 22px #00000029;
    border-radius: 12px;
    opacity: 1;
   padding: 18px 25px 25px 25px;

        position: relative;
    top: 12x;
    height:580px;
   
}                                                                                                                                                                

.quick-help{
    position: absolute;
    left: 0;
    margin: 5px;
}

.help-btn {
    padding: 5px !important;
    font-size: 12px !important;
}


      .login-form h2 {
        font-size: 28px;
        font-weight: bold;
    }
    
.login-img-parent img{
        width: 100%;       /* Make the image take up the full width of its container */
        height: auto;      /* Maintain the aspect ratio */
        object-fit: contain;  /* Ensures the entire image is visible */
}
.login-form .form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 2px;
  box-shadow: 2px 8px 3px -7px #00000029;
}
.bg-image {
  background: url("../img/login-img.png") no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
  margin-left: -23px;
}
.content-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
  max-width: 96%;
  background: white;
  padding: 9px 10px 5px 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  margin-bottom: 20px;
  top:56%;
  color: #000;
  height: auto;
  font-weight: 600;
  font-size: 12px;
}
  .content-box h2 {
    margin-top: 0;
  }


    /* Custom styles for the login form */
    /* .login-form {
      background-image: url('path/to/your/image.jpg'); /* Replace with your image path */
      /* background-position: top left;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    } */ 
    /* captcha start */
    .captcha-box {
      background: repeating-linear-gradient(
          0deg,
          black,
          black 5px,
          #222 5px,
          #222 10px
      );
      color: white;
      font-weight: bold;
      margin-top: 30px;
  }
  .form-group.row > .col-auto {
      flex: 1 1 auto;
  }
  .alert.alert-success.captcha {
    display: none;
}
.alert.alert-danger.captcha {
  display: none;
}
.login-form .captcha-cal .value-part {
  display: flex;
  
}
.login-form .captcha-cal .value-part button.btn.btn-outline-secondary {
  border: none;
  display: flex;
  /* flex-direction: column; */
  margin-top: 11%;
  margin-left: -2%;
}
.login-form .captcha-cal .value-part button.btn.btn-outline-secondary:hover,
.login-form .captcha-cal .value-part button.btn.btn-outline-secondary:focus {
  color: #000;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.row.align-items-center.captcha-cal .login-btn button.btn {
  margin-top: 20px;
  padding: 10px;
}
.forget-password-login a {
  float: right;
  color: #30A26A !important;
  font-size: 14px;
  display: flex;
}
.login.row.align-items-center.captcha-cal {
  width: 107%;
}
.login-form .captcha-cal input#captchaInput {
  border: 2px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 2px;
  box-shadow: 2px 8px 3px -7px #00000029;
}
.login-form label {
  font-size: 14px;
}
.row.align-items-center.captcha-cal .enter-value {
 
  padding-top: 15px;
}
.row.align-items-center.captcha-cal .login-btn {
  padding-left: 0px;
  padding-right: 0px;
}
.row.align-items-center.captcha-cal .enter-value label{
  margin-bottom: 5px;
}
.login-page-logo-parent {
  display: none;
}




  /* foget password css start */
  .forgetpass-main .login-btn {
    /* margin: 0px; */
    padding-left: 0px;
}
.forget-entire-parent #forgetpassword{
  width: 96% !important;
}
.row.align-items-center.login-frpass.forgetpass-main .btn.resetforgetpassword {
  border-color: transparent;
  background: #C4C4C4;
}
.login-frpass.forgetpass-main .login-btn button {
  height: 46px;
}
.forgetpass-main .login-btn {
  margin-bottom: 8px;
}
.description-password {
  display: none;
}
/* foget password css  end*/
/* reset password css start */
.row.align-items-center.login-frpass.forgetpass-main.re-enterpassword .login-btn {
  padding: 0px 5px;
}
.set-new-pass-description {
  position: absolute;
  
  transform: translateX(21%);
 
  background: #000;
  padding: 9px 10px 5px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
  top: 72%;
  color: #ffff;
  height: auto;
  font-weight: 600;
  font-size: 10px;
width:86%;
left: -35px;

}
.set-new-password-parent form.login-form .form-group {
  margin-bottom: 6px;
}
.set-new-password-parent form.login-form .row.align-items-center.captcha-cal {
  margin-top: 0px;
}
.set-new-password-parent form.login-form .set-new-captcha {
  margin-top: 0px !important;
}
.set-new-password-parent .right-panel {
  flex: 1;
  display: flex;
  align-items: self-start;
  justify-content: center;
  width: 32%;
  /*background-image: url(../img/Login_form_BG.png);*/
  background-size: 91%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.content.container-fluid.login-container.set-new-password-parent{
  margin-bottom: 0px;
}
.set-new-password-parent .login-btn button.btn {
  margin-top: 0px !important;
  padding: 12px;
}
.set-new-password-parent .login-form .form-group .form-control {
  display: block;
  width: 92%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 2px;
  box-shadow: 2px 8px 3px -7px #00000029;
  height: 31px;
}
.set-new-password-parent form.login-form .form-group label {
  margin-bottom: 0px;
  font-weight: 600;
}
.row.align-items-center.captcha-cal .captcha-box {
  margin-top: 10px;
}
.content.container-fluid.login-container.set-new-password-parent .value-part button.btn.btn-outline-secondary {
  margin-top: 0%;
}
/* reset password css end */

/* change password css start */
.change_password_parent_container h3.document {
  font-size: 18px;
}
.change_password_parent_container form .form-group label {
  color: #8D8D8D;
  font-size: 14px;
}
.change_password_parent_container form .form-group input {
  width: 300px;
}
.Case_management_parent_container button.btn.btn-custom-reset, .Case_management_parent_container .btn.btn-custom-reset {
border-color: transparent;
background: #C4C4C4;
color: #fff;
width: 169px;
height: 49px;
}
.Case_management_parent_container .btn-custom-submit {
  background-color: #063C40;
  border-color: transparent;

color: #fff;
width: 169px;
height: 49px;
}
@media (max-width: 576px) {
  .btn-group-mobile {
      display: flex;
      justify-content: center;
  }
  .change_password_parent_container form .form-group input {
    width: 100%;
}
}
/* change password css end */

@media (min-width: 992px) and (max-width: 1300px) { 
  .content-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    max-width: 96%;
    background: white;
    padding: 9px 10px 5px 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    top: 54%;
    color: #000;
    height: auto;
    font-weight: 600;
    font-size: 10px;
}
}

/* media query start */
  /* captcha end */
  @media (max-width: 991px) {
  .left-panel {
    width: 100%;
    height: 100vh;
    position: relative;
    float: left;
    display: none
}
.right-panel {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  flex: 1;
  display: block;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.row.align-items-center.captcha-cal .enter-value {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.row.align-items-center.captcha-cal {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 20%;
}
.login-page-logo-parent {
  display: block;
}
.login-form .captcha-cal .value-part button.btn.btn-outline-secondary {
  border: none;
  display: flex;
  /* flex-direction: column; */
  margin-top: 14%;
  margin-left: 0%;
}
.description-password {
  display: block;
    width: 100%;    
    background: white;
    padding: 9px 10px 5px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-size: 10px;
    margin-top: 5%;
    height: auto;
}
.set-new-pass-description {
  left: -3%;
  transform: translateX(0%);
  width: 100%;
  max-width: 96%;
  background: #000;
  padding: 9px 10px 5px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
  bottom: -2%;
  color: #ffff;
  height: auto;
  font-weight: 600;
  font-size: 10px;
  position: relative; /* Ensures the element can be positioned relative to its normal position */
  bottom: 10%; 
}
.set-new-password-parent .row.align-items-center.captcha-cal {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 0%;
}
.set-new-password-parent .right-panel{
  flex: 1;
    display: flex;
    align-items: self-start;
    justify-content: center;
    width: 32%;
    background-image: none;
}
}
/* Media query for screens 1400px and wider */
  @media (min-width: 1400px) {
    .content.container-fluid.login-container.set-new-password-parent .right-panel{
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh; /* Full viewport height */
    }
    .content.container-fluid.login-container.set-new-password-parent .login-form {
      width: 100%;
      max-width: 400px;
      padding: 20px;
      margin-top: -15%; /* Move down by 10% of the container's height */
  }
  }
  }

  .set-new-pass-description.set-new-desc-lg-screen {
    display: none !important;
}

/* media query end */
@media (max-width: 1279px) {
  .set-new-desc-lg-screen {
    position: absolute;
    right: 0%;
    transform: translateX(-18%);
    width: 80%;
    max-width: 96%;
    background: #000;
    padding: 9px 10px 5px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    top: 72%;
    color: #ffff;
    height: auto;
    font-weight: 600;
    font-size: 10px;
    display: block !important;
}
  .set-new-pass-description {
    position: absolute;
   
    transform: translateX(21%);
  
  
    background: #000;
    padding: 9px 10px 5px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    top: 72%;
    color: #ffff;
    height: auto;
    font-weight: 600;
    font-size: 10px;
    display: none;
}
  }



