.otp-four-boxes .form-wrapper{
    display: flex;
    gap: 44px;
}
#auth-flow-buttons{
    display: flex;
    flex-direction: row;
}
#auth-flow-buttons .verify-otp-submit{
    background: white;
    color: black;
    border: 1px solid black;
}
.otp-top-row{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.otp-top-row .back-login-submit {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #000;
  font-weight: 600;
  width: auto !important;
  min-width: auto !important;
  box-shadow: none !important;
}

.otp-top-row .otp-title {
  flex: 1;
  margin: 0;
  text-align: center;
}

#resend-otp-timer {
  display: inline-block;
  font-weight: 600;
  padding: 12px 16px;
}
.img-icon img{
    height: 34px;
}
.mandatory-star{
    color: red;
}
.otp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.otp-back-link::before {
  content: "←";
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.otp-back-link:hover {
  color: #000;
}

.otp-back-link:hover::before {
  transform: translateX(-3px);
}
.otp-mobile-info {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 24px;
    line-height: 1.4;
    margin-left: 0%;
    text-align: center;
}

.otp-mobile-number {
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}