.forgot-pw-h2 {
  color: #101585 !important;
  font-weight: '600';
  cursor: 'pointer';
  font-size: 20px;
  margin: 0 0 20px 0;
}

#password-explainer-text {
  font-size: 13px !important;
  color: #64748B !important;
  line-height: 1.6;
}

#resetBtn {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  background-color: #101585;
  color: 'white';
  border: 'none';
  border-radius: '12px' !important;
  padding: '16px 24px' !important;
  font-size: 16px;
  font-weight: '600';
  cursor: 'pointer';
  box-shadow: '0 4px 12px #101585 40';
  display: 'flex';
  align-items: 'center' !important;
  justify-content: 'center';
  gap: '8px';
  align-self: 'center' !important;  
}

#forgot_password {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #1015851a !important;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #E2E8F0;
}

/* Wrapper divs in the form - prevent shifting */
#forgot_password > div {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  align-items: 'center';
  gap: '12px';
}

/* Labels - minimal styling to prevent issues */
#forgot_password label {
  display: block;
  margin-bottom: 5px;
  font-size: '13px';
  font-weight: '600';
  color: #64748B;
  margin-bottom: 8px;
  letter-spacing: '0.05em'  ;
}

/* Make all form inputs responsive */
#forgot_password input[type="phone"] {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;  /* ADD THIS LINE */
  margin-right: 0 !important; /* ADD THIS TOO */
  background-color: 'white';
  border: 2px solid #E2E8F0;
  border-radius: 12px !important;
  padding: 14px 16px;
  font-size: 15px;
  color: #1A1F36;
  box-sizing: 'border-box';
  font-weight: '500';
}

/* Fix intl-tel-input container */
.phone-display {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  margin-bottom: 15px;
}

.phone-display .iti {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;  /* ADD THIS LINE */
  margin-right: 0 !important; /* ADD THIS TOO */
}

/* Ensure phone input has proper padding to avoid overlap */
#phone {
  max-width: 100% !important; 
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 10px 12px 10px 85px !important;
}

.iti__country-list {
  max-width: 300px !important;
  width: 90vw !important;
  z-index: 1000 !important;
}

/* Make sure small explainer doesn't cause overflow */
.small-explainer {
  display: block;
  font-size: 13px;
  color: #64748B;
  margin-top: 5px;
  line-height: 1.6;
  word-wrap: break-word;
  max-width: 100%;
}