.btn-otp, submit.btn-otp {
	background-color:#28303d !important; 
	border:1px solid #000000 !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-family:Arial !important;
	font-size:17px !important;
	padding:16px 31px !important;
	text-decoration:none !important;
  margin-right: 15px !important;
}
.btn-otp:hover {
	background-color:#494747 !important;
}
.btn-otp:active {
	position:relative !important;
	top:1px !important;
}

#sms_panel_otp_verification_field label {
  margin-top: 20px !important;
}

#sms_panel_otp_verification_field input {
  font-size: 16px !important;
  font-size: max(16px, 1em) !important;
  font-family: inherit !important;
  padding: 0.25em 0.5em !important;
  background-color: #fff !important;
  border: 2px solid var(--input-border) !important;
  border-radius: 4px !important;
}

#sms_panel_otp_verification_field {
  display: none;
}

.btn-otp, submit.btn-otp, button.btn-otp {
  display: none !important;
}

button.btn-otp-show {
  display: inline-block !important;
}

.full-width {
  width: 100% !important;
}

.btn-checkout-verify {
  margin-top: 40px !important;
  padding: 12px !important;
}

.select-register-option, .select-login-option {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.label-register-option, .label-login-option {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.d-none {
  display: none !important;
}

.sms-panel-btn-register-phone, .sms-panel-btn-login-phone {
  margin-left: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sms-panel-btn-register-phone-verify, .sms-panel-btn-login-phone-verify {
  margin-top: 42px !important;
  padding: 10px !important;
}

.sms-panel-error {
  color: rgb(219, 21, 21);
  font-size: 15px;
  display: block;
  background: #eee;
  padding: 2px 5px;
}

.sms-panel-success {
  color: rgb(24, 165, 8);
  font-size: 15px;
  display: block;
  background: #eee;
  padding: 2px 5px;
}

.w-47 {
  width: 47%;
}

.d-block {
  display: block;
}

.mb-3 {
  margin-bottom: 3em;
}

.select-login-option, .select-register-option {
  border: solid 1px #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}