#otp-login-form,#email-otp-login-form {
  padding: 20px;
  overflow:visible;
  overflow-y:auto;
  overflow-x:hidden;
  max-height:400px;
  max-width:435px;
}
.otp-container ,.otp-fields {
  display: flex;
  gap: 10px;
 /* margin-bottom: 20px; */
}

.otp-digit {
  width: 40px !important;
  height: 40px;
  text-align: center;
  font-size: 18px !important;
}
.otp-container label.form-required{display:none;}
#otp-login-form .form-submit,.email-otp-login-form .form-submit{width:100%;margin-top:1em;}
#email-otp-login-form .mobile_number label{display:none;}
/*
.otp-login-form select[name="mobile_number[country-code]"] ,.otp-login-form #edit-field-mobile-number-wrapper .country-select select{
  pointer-events: none;
  background-color: #e9ecef; 
}
*/