.form-container {
  max-width: 600px;
  width: 100%;
  padding: 20px 15px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

#signInForm 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';
}

#signInForm input[type="password"] {
  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';
}

#signInForm > div {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  align-items: 'center';
  gap: '12px';
}

#signInForm label {
  display: block;
  margin-bottom: 5px;
  font-size: '13px';
  font-weight: '600';
  color: #64748B;
  margin-bottom: 8px;
  letter-spacing: '0.05em'  ;
}

#signInForm {
  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;
}

.forgot-pw-button-container {
  text-align: center;
  background: 'transparent';
  padding: 8px 16px;
  border: none;
  flex-direction: row;
  align-items: center;
  color: #101585 !important;
}

.forgot-pw-button-text {
  color: #101585 !important;
  font-size: 16px !important;
  font-weight: '600';
  cursor: 'pointer';
}

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

.signInBtn {
  width: 100% !important;
  max-width: 300px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  background-color: #101585 !important;
  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;  
}

/* 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 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 10px 12px 10px 85px !important;
}

.password {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  margin-bottom: 15px;
}