.error{
	border: 0px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 12px center;
	color: white;
	font-size: 10px;
	}
   #btn-login-otp { margin-top:20px;  } 
   /*.overlay-right { background-color: #207a9f;  } */
   .overlay-left { background-color: #207a9f;  } 
   #btn-login { background-color: #207a9f;  } 
   .social-container { margin:5px !important;}
 
   /* Make Step 1 inputs match Step 3’s look */
#form-step1 input[type="text"] {
  width: 100%;
  font-size: 13px;
  padding: 10px 12px;     /* same as Step 3 */
  height: auto;
  border: 1px solid #ccc; /* same border */
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
 
 
/* ---------------------------
   Password Tips (Scrollable)
----------------------------*/
#password-tips {
  background: #f9f9f9;
  border-left: 4px solid #0073aa;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
  max-height: 120px;       /* limit height */
  overflow-y: auto;        /* make it scrollable */
  line-height: 1.5;
}
#password-tips ul {
  margin: 8px 0 0 20px;
  padding: 0;
}
 
/* ---------------------------
   OTP Section Styling
----------------------------*/
.otp-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#btn-resend, #timer {
  font-size: 14px;
  flex-shrink: 0;
}
#btn-resend {
  padding: 3px 10px;
  color: #0073bb;
  text-decoration: none;
}
#timer {
  min-width: 50px;
  text-align: center;
}
.verify-row {
  margin-top: 20px;
}
 
/* ---------------------------
   Form Input + Buttons
----------------------------*/
.input-field, .form-control {
  width: 100%;
  font-size: 13px;
  padding: 6px 10px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
 
/* Amazon-like Blue Button */
.btn-continue, #btn-verify-otp, #btn-send-otp {
  background-color: #0076fcff !important;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
  border-radius: 30px !important;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
 
/* Hover effect */
.btn-continue:hover, #btn-verify-otp:hover, #btn-send-otp:hover {
  background-color: #005fd1 !important; /* slightly darker blue */
}
 
/* Disabled Button */
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* General container layout */
#container, .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.forgot-password-container form {
  max-width: 350px;
  margin: auto;
  text-align: center;
  display: none;
}
 
#form-step1 {
  display: block;
}
 
/* Input fields */
.input-field,
input[type="password"],
.otp-input {
  width: 100%;
  font-size: 14px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
 
#otp-step2 {
  text-align: center;
}
 
/* Text and heading styles */
#form-step2 h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
 
#otp-message {
  font-size: 14px;
  color: #111;
  margin-bottom: 20px;
}
 
#error-step3 {
  color: red;
  margin-bottom: 10px;
}
 
/* Buttons */
.btn-continue,
.btn-submit,
.btn-save,
#btn-verify-otp,
#btn-send-otp {
  width: 100%;
  background-color: #0076fc;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0076fc;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
 
.btn-continue:hover,
.btn-submit:hover,
.btn-save:hover {
  background-color: #005fd1;
}
 
/* Disabled button */
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
 
/* Resend + Timer */
.btn-link {
  font-size: 13px;
  color: #0073bb;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
 
#timer {
  font-size: 13px;
  color: #111;
  margin-top: 8px;
  display: none;
}
 
/* Help text */
.help-text {
  font-size: 12px;
  color: #555;
  margin-top: 15px;
}
 
/* Password tips (scrollable) */
#password-tips {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
  line-height: 1.5;
  max-height: 100px;
  overflow-y: auto;
}
 
#password-tips ul {
  padding-left: 20px;
  margin: 8px 0;
}
