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

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

.white-forget-section {
  width: 30%;
  background-color: white;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
}
.logo-forget-container{
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.blue-forget-section {
  width: 94%;
  background-color: #1a73e8; /* Google blue color */
   position: relative; 
  overflow: hidden;
}
.background-image-container {
  position: absolute;
  width: 1303.7921px;
  height: 942.4381px;
  right: 0;
  bottom: 0;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Logo styles */


.logo {
  margin-bottom: 1rem;
}

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

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

/* Color block variants */
.block-forget-gray {
  background-color: #efefef;
 height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}

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

.block-forget-text-content {
  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-forget-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: 12px;
  color: #000000;
  font-family: "Acumin Pro Medium";
  line-height: 1.0;
}

.secondary-text {
  font-size: 12px;
  color: #000000;
  font-family: "Acumin Pro Medium";
  line-height: 1.0;
  margin-top: 2px;
}

.block-forget-white {
  background-color: white;
  height: 220px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}

.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-forget-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;
}

.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 */
  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 {
  background-color: #dc4d28;
   height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
    cursor: pointer;
}
.forget-pass{
  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 {
  width: 45px;
  height: 100%;
  background-color: #c03c20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

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

.primary-red-text {
  font-size: 12px;
  color: white;
  font-family: "Acumin Pro Medium";
  /* line-height: 1.2; */
}

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

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

.block-black-text-content {
  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;
  color: white;
  font-family: "Acumin Pro Medium";
  /* line-height: 1.2; */
}
.block-blue {
  background-color: #3d5c9c;
 height: clamp(45px, 5vh, 60px);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}

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

.block-blue-text-content {
  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: 12px;
  color: white;
  font-family: "Acumin Pro Medium";
  /* line-height: 1.2; */
}
.block-forget-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-forget-blue-text-online {
  font-size: 12px;
  color: white;
  font-family: "Acumin Pro Medium";
  /* line-height: 1.2; */
}
.block-forget-blue-online {
  background-color: #0071c9;
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
      cursor: pointer;
}
.top-right-text {
  position: absolute;
  top: 65px; /* Increased from 20px for better spacing */
  left: 40px; /* Changed from negative to positive value */
  color: white;
  padding: 10px 15px;
  z-index: 10;
}
.top-line {
  font-size: 1.9vw;
  white-space: nowrap;
  font-family: "Greycliff Bold";
}

.top-line-bottom {
  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 {
  font-size: 1.2vw;
  white-space: nowrap;
    margin-top: 24px; /* Space between lines */
  font-family: "Greycliff Medium";
}
.top-middle-line-other {
  font-size: 1.2vw;
    margin-top: 10px; /* Space between lines */
  font-family: "Greycliff Medium";
}
.top-middle-line-other1 {
  font-size: 1.2vw;
  margin-top: -7px;
  font-family: "Greycliff Medium";
}
.top-bottom {
  font-size: 1.3vw;
    margin-top: 28px; /* Space between lines */
  font-family: "Greycliff Extra Bold";
}
.conti-forget-guest{
  display: flex;
  justify-content: center;
  align-items: center;
}
.guest-forget-text {
  margin-top: 48px;
  color: #000000; /* Pure black */
  font-size: 1.1vw;
  text-decoration: underline; /* Optional: if you want it as a clickable link */
  cursor: pointer; /* Changes cursor to indicate clickable */
  font-family: "Acumin Pro Bold"; /* Matching your other text styles */
}


.white-forget-center-container {
  width: 54%;
  height: 276.3566px;
  background-color: white;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.forgot-password-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.forgot-password-image {
  display: flex;
  gap: 0px;
  margin-top: 14px;
  margin-bottom: -8px;
}

.forgot-password-title {
  font-size: 24px;
  font-family: "Acumin Pro Condensed SemiBold";
  color: #000000;
  /* margin-bottom: 20px; */
}

.forgot-password-text {
  font-size: 12px;
  font-family: "Acumin Pro Condensed Medium";
  color: #000000;
  line-height: 0.5;
  width: 100%; /* Ensure it takes full width of container */
  text-align: center; /* Center the text horizontally */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center children horizontally */
  justify-content: center; /* Center children vertically if needed */
  margin-left: 30px;
}

.forgot-password-text p {
  margin: 5px 0;
  width: 100%; /* Ensure paragraphs take full width */
}
/* Added styles for email input */
.email-input-container {
  width: 70%;
  margin-top: 20px;
  margin-left: 38px;
}

.email-label {
  display: block;
  text-align: left;
  font-size: 13px;
  font-family: "Acumin Pro Condensed Bold";
  color: #000000;
  margin-bottom: 8px;
}

.email-input {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.email-input:focus {
  outline: none;
  border:2px solid #0071c9;
  /* box-shadow: 0 0 0 3px rgba(0, 113, 201, 0.2); */
}
.retrieve-forget-password-button {
  width: 25%;
  margin-top: 20px;
  margin-left: 38px;
  max-width: 170px;
  min-width: 179px;
}

.blue-forget-button {
  width: 100%;
  padding: 10px 15px;
  background-color: #4272d1;
  color: white;
  border: none;
  border-radius: 45px;
  font-size: 14px;
  font-family: "Acumin Pro Condensed Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.blue-forget-button:hover {
  background-color: #2c4a8c;
}

.blue-forget-button:active {
  background-color: #1a3a7c;
}

.button-icon {
  filter: brightness(0) invert(1);
}
@media (min-width: 2001px) {
 .color-forget-blocks-container-online{
  margin-top: 110px;
 }
}
@media (max-width: 1900px) {
  .background-image-container {
    width: 60vw;
    height: calc(60vw * (942.4381 / 1303.7921)); 
    right: -22px;
  }
  .split-forget-container {
    height: 820px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .split-forget-container {
    height: 720px; /* Between your 800px and 100vh */
  }
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .split-forget-container {
    height: 736px; /* Between your 800px and 100vh */
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .split-forget-container {
    height: 775px; /* Between your 800px and 100vh */
  }
}


@media (min-width: 1600px) and (max-width: 1700px) {
  .split-forget-container {
    height: 820px; /* Between your 800px and 100vh */
  }
}

@media (min-width: 1700px) and (max-width: 1800px) {
  .split-forget-container {
    height: 870px; /* Between your 800px and 100vh */
  }
}
@media (min-width: 1800px) and (max-width: 1900px) {
  .split-forget-container {
    height: 900px; /* Between your 800px and 100vh */
  }
}
@media (max-width: 1200px) {
  .background-image-container {
    width: 70vw;
    height: calc(70vw * (942.4381 / 1303.7921));
    right: -60px;
  }
   .split-forget-container {
    height: 720px; /* Between your 800px and 100vh */
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  /* Adjust white section layout */
  .white-forget-section {
    width: 40%; /* Increase width for better form visibility */
    padding: 0 20px; /* Add side padding */
    box-sizing: border-box;
  }

  /* Logo container adjustments */
  .logo-forget-container {
    margin-top: 60px; /* Reduce top margin */
    margin-bottom: 60px; /* Reduce bottom margin */
  }

  /* Color blocks adjustments */
  .color-forget-blocks-container {
    gap: 15px; /* Reduce gap between buttons */
  }

  .color-forget-block {
    width: 100%; /* Full width of white section */
    height: 50px; /* Slightly taller for touch targets */
  }

  /* Text content adjustments */
  .block-red-text-content,
  .block-black-text-content,
  .block-blue-text-content {
    padding-right: 10px; /* Reduce right padding */
    margin-top: 0; /* Remove negative margins */
  }

  /* Font size adjustments */
  .primary-red-text,
  .primary-black-text,
  .primary-blue-text {
    font-size: 14px; /* Slightly larger text */
  }

  /* Guest text adjustments */
  .guest-forget-text {
    margin-top: 30px; /* Reduce top margin */
    font-size: 14px; /* Fixed size instead of vw */
    text-decoration: none; /* Remove underline by default */
  }

  .guest-forget-text:hover {
    text-decoration: underline; /* Add underline on hover */
  }

  /* Make sure icon containers stay properly sized */
  .block-red-icon-container,
  .block-black-icon-container,
  .block-blue-icon-container {
    width: 50px; /* Slightly larger for touch */
  }
   .block-forget-text-content {
    padding-left: 55px; /* Increased padding to account for larger icon */
    padding-right: 15px; /* Add right padding for balance */
    text-align: center;
    margin-left: 0; /* Reset any negative margins */
  }
   .block-forget-text-content1 {
    padding-left: 55px; /* Increased padding to account for larger icon */
    padding-right: 15px; /* Add right padding for balance */
    text-align: center;
    margin-left: 0; /* Reset any negative margins */
  }
  
  .block-forget-icon-container {
    z-index: 1; /* Ensure icon stays above other elements */
  }
  
  .primary-text,
  .secondary-text {
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis if text is too long */
    width: 100%; /* Constrain to container */
    padding: 0 5px; /* Small side padding */
  }
  
  /* Specific adjustment for two-line text blocks */
  .block-forget-gray .block-forget-text-content {
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (max-width: 767px) {
  /* Mobile-only styles */
  .split-forget-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-height: 730px;
  }

  .white-forget-section {
    display: none; /* Hide white section on mobile */
  }

  .blue-forget-section {
    width: 100%;
    background-color: white; /* Change blue to white on mobile */
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 80px;
  }

  .background-image-container {
    display: none; /* Hide background image on mobile */
  }

  .white-forget-center-container {
    width: 100%;
    height: auto;
    background-color: white;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  .forgot-password-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .forgot-password-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .forgot-password-title {
    font-size: 22px;
    font-family: "Acumin Pro Condensed SemiBold";
    color: #000000;
    margin-bottom: 15px;
  }

  .forgot-password-text {
    font-size: 14px;
    font-family: "Acumin Pro Condensed Medium";
    color: #000000;
    line-height: 1.4;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .forgot-password-text p {
    margin: 8px 0;
  }

  .email-input-container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .email-label {
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: "Acumin Pro Condensed Bold";
    color: #000000;
    margin-bottom: 8px;
  }

  .email-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
  }

.email-input:focus {
  outline: none;
  border:2px solid #0071c9;
  /* box-shadow: 0 0 0 3px rgba(0, 113, 201, 0.2); */
}

  .retrieve-forget-password-button {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
    max-width: none;
    min-width: auto;
  }

  .blue-forget-button {
    width: 100%;
    padding: 14px 15px;
    background-color: #4272d1;
    color: white;
    border: none;
    border-radius: 45px;
    font-size: 16px;
    font-family: "Acumin Pro Condensed Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .blue-forget-button:hover {
    background-color: #2c4a8c;
  }

  .blue-forget-button:active {
    background-color: #1a3a7c;
  }

  .button-icon {
    filter: brightness(0) invert(1);
  }
  
  /* Hide elements not needed on mobile */
  .top-right-text,
  .color-forget-blocks-container,
  .conti-forget-guest,
  .color-forget-blocks-container-online {
    display: none;
  }
}


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