/* #b1b1b1 */
/* dc4d28 */
/* 272727 */
/* 3d5c9c */

/* Split container styles */
.split-container-loginpage {
  display: flex;
  width: 100vw;
  height: 98vh;
  overflow: hidden;
   padding: 0; /* Ensure no padding */
  margin: 0; /* Ensure no margin */
  margin-top: 40px;
  min-height: 840px;
}

.white-section-login {
  width: 25%;
  background-color: white;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
}
.logo-container-login
{
 margin-top: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
 margin-bottom: 7vh;
}
.blue-section-login {
  width: 75%;
  background-color: #1a73e8; /* Google blue color */
   position: relative; 
  overflow: hidden;
}
.background-image-container-login {
  position: absolute;
  width: 90%;
  height: 90%;
  right: 0;
  bottom: 0;
  right: -115px;
  top: 15%;
    min-width: 800px;
}
.login-top-line-mobile{
  display: none;
}
.top-line-bottom-login-mobile{
  display: none;
}
/* .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* Logo styles */


.logo {
  margin-bottom: 1rem;
}

/*color containers */
.color-blocks-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8vh;
  width: 100%;
}

.color-blocks-container-login-online {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 15vh;
  cursor: pointer;
}
.color-block-login {
  width: 90%;
  height: 45px;
  border-radius: 4px;
}

/* Color block variants */
.block-gray-login {
  background-color: #efefef;
 height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}
/* efefef */
.block-icon-container-login {
  width: 55px;
  height: 100%;
  background-color: #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.block-text-content-login {
  width: 100%;
  /* padding-left: 45px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  /* margin-bottom:4px */
}
.block-text-content1 {
  width: 100%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  /* margin-bottom:4px */
}

.primary-text {
  font-size: 0.9vw;
  color: #000000;
  font-family: "Acumin Pro Medium";
  line-height: 0.8;
  /* margin-top: 4px; */
}

.secondary-text {
  font-size: 0.9vw;
  color: #000000;
  font-family: "Acumin Pro Medium";
  line-height: 0.8;
  margin-top: 2px;
}
.primary-text-breakline{
    font-size: 0.9vw;
  color: #000000;
  font-family: "Acumin Pro Medium";
  line-height: 0.8;
  text-align: center;
  /* font-size: clamp(9px, 0.9vw, 18px); */

  
}
.topspace-text{
display: inline-block;  
  margin-top: 4px;
  margin-bottom: 2px;
}
.block-white {
  background-color: white;
  height: 220px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
      margin-top: 8px;
}

.block-icon-white-container {
  width: 16px;
  height: 100%;
  background-color: #cfc7c7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  position: absolute;
  left: 0;
  top: 3px;
}

.block-white-text-content {
  width: 100%;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  gap: 20px; /* Space between lines */
  margin-bottom: -5px;
    border: 1px solid #ebe8e8;   /* ✅ light gray border */
  border-radius: 4px; 
}

.input-line {
  width: 90%;
  padding: 8px 0;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #cfc7c7;
  background-color: transparent;
  outline: none;
  font-family: "Acumin Pro Medium";
  font-size: 12px;
}

.input-line:focus {
  border-bottom-color: #006eff; /* Change color when focused */
}
.forget-pass-other {
  font-size: 12px;
  /* font-family: "Acumin Pro Condensed Light Italic"; */
  cursor: pointer;
  margin-top: -10px; /* Space above the forget password */
  margin-right: 8px;
  display: flex;
  align-self: flex-end;
  color: #006eff;
}
.login-button {
  width: 38%;
  margin: 15px auto 0;
  padding: 8px 16px;
  background-color: #efefef; /* Blue color matching your theme */
  color: black;
  border: none;
  border-radius: 2px;
  font-family: "Acumin Pro Semi Bold";
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-button:hover {
  background-color: #cfc7c7; /* Darker blue on hover */
}
.block-red-login {
  background-color: #dc4d28;
  height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
    cursor: pointer;
}
.forget-pass{
  color: #000000;
  font-size: 12px;
  margin-top: -18px;
    margin-bottom: -14px;
    font-family: "Acumin Pro Condensed Light Italic";
        display: flex;
    align-self: end;
    margin-right: 24px;
    cursor: pointer;
}
.block-red-icon-container-login {
  width: 55px;
  height: 100%;
  background-color: #c03c20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

.block-red-text-content-login {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding: 0 10px; */
  padding-right: 55px;
  /* margin-top: -4px; */
}
  /* for the ios this would be given*/
@media screen and (-webkit-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .block-red-text-content-login {
    margin-top: 2px;
  }
  .block-text-content-login{
    margin-top: 2px;
  }
  .block-black-text-content-login{
     margin-top: 2px;
  }
  .block-blue-text-content-login{
      margin-top: 2px;
  }
}
.primary-red-text {
  /* font-size: 12px; */
  font-size: 0.9vw;
  color: white;
  font-family: "Acumin Pro Medium";
  /* margin-top: 4px; */
  /* line-height: 1.2; */
}

.block-black-login {
  background-color: #4c4949;
   height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}

.block-black-icon-container-login {
  width: 55px;
  height: 100%;
  background-color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

.block-black-text-content-login {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding: 0 10px; */
  padding-right: 55px;
  /* margin-top: -4px; */
}

.primary-black-text {
  /* font-size: 12px; */
  font-size: 0.9vw;
  color: white;
  font-family: "Acumin Pro Medium";
  /* margin-top: 4px; */
  /* line-height: 1.2; */
}
.block-blue-login {
  background-color: #3d5c9c;
 height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}

.block-blue-icon-container-login {
  width: 55px;
  height: 100%;
  background-color: #10244e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

.block-blue-text-content-login {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding: 0 10px; */
  padding-right: 55px;
  /* margin-top: -4px; */
}

.primary-blue-text {
  font-size: 0.9vw;
  color: white;
  font-family: "Acumin Pro Medium";
  /* margin-top: 4px; */
  /* line-height: 1.2; */
}
.block-blue-text-content-online {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  /* padding-right: 55px; */
  margin-top: -4px;
}

.primary-blue-text-online {
  font-size: 0.9vw;
  color: white;
  font-family: "Acumin Pro Medium";
  /* line-height: 1.2; */
}
.block-blue-login-online {
  background-color: #0071c9;
 height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  width: 90%;
      cursor: pointer;
      margin-top:1vh;
}
.top-right-text-login {

  position: absolute;
  top: 65px; 
  /* Increased from 20px for better spacing */
  left: 40px; /* Changed from negative to positive value */
  color: white;
  padding: 8px 15px;
  z-index: 10;
}
    
.login-top-line {
  font-size: 1.9vw;
  white-space: nowrap;
  font-family: "Greycliff Bold";
}

.top-line-bottom-loginn {
  font-size: 1.9vw;
  text-align: center; /* Centers under the top line */
  margin-top: -8px; /* Space between lines */
  white-space: nowrap;
   font-family: "Greycliff Bold";
}
.top-middle-line-login {
  font-size: 1.2vw;
  white-space: nowrap;
    margin-top: 38px; /* Space between lines */
  font-family: "Greycliff Medium";
}
.top-middle-line-other-againlogin {
  font-size: 1.2vw;
    margin-top: 10px; /* Space between lines */
  font-family: "Greycliff Medium";
}
.top-middle-line-other1-login1 {
  font-size: 1.2vw;
  margin-top: -7px;
  font-family: "Greycliff Medium";
}
.top-bottom-loginline {
  font-size: 1.3vw;
    margin-top: 40px; /* Space between lines */
  font-family: "Greycliff Extra Bold";
}
.conti-guest-login{
  display: flex;
  justify-content: center;
  align-items: center;
}
.guest-text {
  margin-top: 48px;
  color: #000000; /* Pure black */
  font-size: 1.1vw;
 text-decoration: underline;
  text-decoration-color: #e5dcdc; /* Makes the underline gray */
  text-underline-offset: 4px; /* Moves underline a bit lower */
  cursor: pointer; /* Changes cursor to indicate clickable */
  font-family: "Acumin Pro Bold"; /* Matching your other text styles */
}

@media (min-width: 2001px) {
 .color-blocks-container-login-online{
  margin-top: 110px;
 }
 .primary-text {
font-size: 0.8vw;
 }
 .secondary-text{
font-size: 0.8vw;
 }
 .primary-red-text{
font-size: 0.8vw;
 }
 .primary-black-text{
font-size: 0.8vw;
 }
 .primary-blue-text{
font-size: 0.8vw;
 }
 .block-blue-register-online{
  margin-top: 20%;
 }
}

 @media (min-width: 767px) and (max-width: 1000px) {
  /* Adjust white section layout */
  .split-container-loginpage {
    min-height: 900px;
  }
  .primary-text-breakline{
  font-size: 13px;

  
}
  .white-section-login {
    width: 35%; /* Adjusted width */
    padding: 0 10px; /* Balanced side padding */
    box-sizing: border-box;
  }
  .blue-section-login {
    width: 65%;
  }
  /* Background image adjustments */
  .background-image-container-login {
            position: absolute;
        /* width: 90%; */
        height: 70vh;
        right: -60px;
        top: 15%;
        bottom: 0;
        min-width: 453px;
  }
  
  /* Logo container adjustments */
  .logo-container-login {
    margin-top: 160px;
    margin-bottom: 100px;
  }

  /* Color blocks adjustments */
  .color-blocks-container {
    gap: 18px; /* Balanced gap between buttons */
  }

  .color-block-login {
    width: 95%; /* Slightly less than full width */
    height: 48px; /* Consistent height */
  }
  
  /* Text content adjustments */
  .block-red-text-content-login,
  .block-black-text-content-login,
  .block-blue-text-content-login {
    padding-right: 15px;
    margin-top: 0;
  }

  /* Font size adjustments */
  .primary-red-text,
  .primary-black-text,
  .primary-blue-text,
  .primary-text,
  .secondary-text {
    font-size: 13px;
     /* Consistent fixed size */
  }
  
  /* Guest text adjustments */
  .guest-text {
    margin-top: 40px;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-color: #e5dcdc;
  }

  /* Icon containers */
  .block-red-icon-container-login,
  .block-black-icon-container-login,
  .block-blue-icon-container-login,
  .block-icon-container-login {
    width: 48px; /* Consistent size */
  }
  
  /* Text content areas */
  .block-text-content-login,
  .block-text-content1 {
    padding-left: 50px;
    padding-right: 10px;
    text-align: center;
  }
  
  /* Top right text in blue section */
  .top-right-text-login {
    top: 70px;
    left: 30px;
  }
  
  /* .login-top-line,
  .top-line-bottom-loginn {
    font-size: 1.7vw;
  } */
/*   
  .top-middle-line-login,
  .top-middle-line-other-againlogin,
  .top-middle-line-other1-login1 {
    font-size: 1.1vw;
  } */
   .login-top-line {
    font-size: 2.3vw;
  }
    .top-line-bottom-loginn{
    font-size: 2.3vw;

    }
.top-middle-line-login {
    font-size: 1.6vw;}
    .top-middle-line-other-againlogin {
    font-size: 1.6vw;}
    .top-middle-line-other1-login1 {
    font-size: 1.6vw;}
    .top-bottom-loginline {
    font-size: 1.8vw;}
  
  
  
  /* Online account section */
  .block-blue-login-online {
    margin-top: 40%;
  }
  
  .color-blocks-container-login-online {
    margin-top: 25px;
  }}

@media (max-width: 767px) {
  /* Mobile-only styles (applies up to 767px) */
  .color-blocks-container-login-online {
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  
  .block-blue-login-online {
    width: 100%;
    height: 55px;
    margin-top: 0;
  }
  
  .block-blue-text-content-online {
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
  
  .primary-blue-text-online {
    font-size: 15px;
    font-family: "Acumin Pro Medium";
    color: white;
    text-align: center;
  }
  .login-top-line-mobile{
     display: block;
   font-size: clamp(20px, 6.0vw, 28px);
  white-space: nowrap;
  font-family: "Greycliff Medium";
  color: #0a0f2f;
}

.top-line-bottom-login-mobile{
   display: block;
  font-size: clamp(16px, 5.5vw, 22px);
  text-align: center; /* Centers under the top line */
  margin-top: -8px; /* Space between lines */
  white-space: nowrap;
   font-family: "Greycliff Medium";
    color: #0a0f2f;
    line-height: 1.8;
    margin-bottom: 2px;
}
  .split-container-loginpage {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 900px;
  }
.primary-text-breakline{
  font-size: 15px;
  /* padding-right: 40px; */

  
}
  .white-section-login {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 20px;
    box-sizing: border-box;
  }

  .logo-container-login  {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .color-blocks-container {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .color-block-login {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    position: relative;
  }
.color-blocks-container-login-online{
  margin-top: 16vh;
}
  /* Icon containers */
  .block-icon-container-login,
  .block-red-icon-container-login,
  .block-black-icon-container-login,
  .block-blue-icon-container-login {
    width: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px 0 0 6px;
  }

  /* Text content areas */
  .block-text-content-login,
  .block-text-content1,
  .block-red-text-content-login,
  .block-black-text-content-login,
  .block-blue-text-content-login {
    width: 100%;
    height: 100%;
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  /* Specific adjustment for two-line text */
  .block-text-content-login {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
  }

  /* Single-line text containers */
  .block-text-content1 {
    padding-right: 10px;
  }
  
  .block-black-text-content-login,
  .block-blue-text-content-login {
    padding-right: 10px;
  }
  
  .block-red-text-content-login {
    padding-right: 23px;
     /* padding-right: 69px; */
  }

  /* Color variants */
  .block-gray-login {
    background-color: #efefef;
  }
  
  .block-icon-container-login {
    background-color: #d0d0d0;
  }

  .block-red-login {
    background-color: #dc4d28;
  }
  
  .block-red-icon-container-login {
    background-color: #c03c20;
  }

  .block-black-login {
    background-color: #4c4949;
  }
  
  .block-black-icon-container-login {
    background-color: #272727;
  }

  .block-blue-login {
    background-color: #3d5c9c;
  }
  
  .block-blue-icon-container-login {
    background-color: #10244e;
  }

  /* Text styles */
  .primary-text,
  .secondary-text {
    font-family: "Acumin Pro Medium";
    color: #000000;
    width: 100%;
    line-height: 0.9;
       margin-top: 4px;
  }
  
  .primary-text {
    font-size: 15px;
  }
  
  .secondary-text {
    font-size: 13px;
    margin-top: 2px;
  }

  .primary-red-text,
  .primary-black-text,
  .primary-blue-text {
    font-family: "Acumin Pro Medium";
    color: white;
    font-size: 15px;
    width: 100%;
    margin-top: 4px;
  }

  /* Forget password link */
  .forget-pass {
    color: #000000;
    font-size: 14px;
    font-family: "Acumin Pro Bold";
    text-decoration: underline;
    margin-top: -34px;
    /* text-align: center; */
    align-self: flex-end;
    margin-bottom: -24px;
  }
 .forget-pass-other{
    color: #006eff;
    font-size: 14px;
    font-family: "Acumin Pro Bold";
    text-decoration: underline;
    /* margin-top: -34px; */
    /* text-align: center; */
    align-self: flex-end;
    /* margin-bottom: -24px; */
    margin-right: 10px;
 }
  /* Guest text */
  .conti-guest-login {
    margin-top: -25px;
    text-align: center;
    margin-bottom:-30px ;
  }
  
  .guest-text {
    color: #000000;
    font-size: 14px;
    font-family: "Acumin Pro Bold";
    text-decoration: underline;
    cursor: pointer;
  }

  /* Login form styles */
  .block-white {
    background-color: white;
    border: 1px solid #d0d0d0;
    height: auto;
    padding: 15px 0;
  }

  .block-icon-white-container {
 top:0px
  }
.block-white-text-content{
  border: none;
}
  .back-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
  }

 

 
}
@media (min-width: 400px) and (max-width: 468px){
    .block-blue-text-content-online {
    width: 86vw;
  }
}
@media (min-width: 320px) and (max-width: 400px){
    .block-blue-text-content-online {
    width: 84vw;
  }
}

@media (min-width: 2100px) and (max-width: 2800px) {
.block-gray-login {

  height: 60px;
  ;
}

element.style {
}
.block-red-login {
    height: 60px;
  
}
.block-black-login {
    height: 60px;}

    .block-blue-login {

    height: 60px;}
    .block-icon-container-login {
    width: 60px; 
  }
  .block-red-icon-container-login {
    width: 60px;
  }
  .block-black-icon-container-login {
    width: 60px;}
    .block-blue-icon-container-login {
    width: 60px;}
    
.background-image-container-login {
    position: absolute;
    width: 75%;
    height: 85%;
    right: 0;
    bottom: 0;
    right: -130px;
    top: 15%;
    min-width: 800px;
}
}
@media (min-width: 1200px) and (max-width: 1700px){
.background-image-container-login {
    position: absolute;
    width: 75%;
  height: 85%;
    right: 0;
    bottom: 0;
    right: -130px;
    top: 15%;
    min-width: 800px;
}
.login-top-line {
    font-size: 2.1vw;
  }
    .top-line-bottom-loginn{
    font-size: 2.1vw;

    }
.top-middle-line-login {
    font-size: 1.4vw;}
    .top-middle-line-other-againlogin {
    font-size: 1.4vw;}
    .top-middle-line-other1-login1 {
    font-size: 1.4vw;}
    .top-bottom-loginline {
    font-size: 1.5vw;}
 
}
@media (min-width: 1200px) and (max-width: 1300px){
   /* .logo-container-login  {
    margin-top: 0px;
   
    margin-bottom: 0px;
     padding-top: 180px;
     padding-bottom: 150px;

} */
}
@media (min-width: 1300px) and (max-width: 1500px){
  /* .logo-container-login  {
   margin-top: 0px;
   
    margin-bottom: 0px;
     padding-top: 180px;
     padding-bottom: 160px;

} */
}

@media (min-width: 1000px) and (max-width: 1200px){
  .logo-container-login
   {
    margin-top: 175px;
   
    margin-bottom: 100px;
}
  .background-image-container-login {
    position: absolute;
    width: 70%;
  height: 85%;
    right: 0;
    bottom: 0;
    right: -130px;
    top: 15%;
    min-width: 800px;
}
.login-top-line {
    font-size: 2.2vw;
  }
    .top-line-bottom-loginn{
    font-size: 2.2vw;

    }
.top-middle-line-login {
    font-size: 1.5vw;}
    .top-middle-line-other-againlogin {
    font-size: 1.5vw;}
    .top-middle-line-other1-login1 {
    font-size: 1.5vw;}
    .top-bottom-loginline {
    font-size: 1.6vw;}
}


.block-icon-white-container-right {
  position: absolute;
  left: 25px;
  top:25px;
  width: 45px;
  height: 45px;
  border-radius: 50%; /* round icon container */
  cursor: pointer;
}