/* Customer Account Create (START) */
.mobilenumber {
	float: left;
	max-width: 200px;
	width: 80%;
}
#otpdiv { display: none; float: left; }


#otpbtndiv { float: left; margin-left: 7px; }

#otpbtndiv #resendotpbtn { display: none;}

#resend-otp-container{ display: none;}

#smserror { clear: both; }

#waitsmsdiv {
	margin-left: 15px;
	float: left;
	display: none;
}
/* Customer Account Create (END) */

/* Customer Mobile Confirmation (START) */
#confirmationdiv, #smserrordiv, #smssuccessdiv, #procedtocheckoutdiv {
	display: none;
	clear: both;
	margin-top: 10px;
}

#existingnumberdiv {
	clear: both;
	margin-top: 10px;
}
.create.account .intl-tel-input{
	width: auto;
}@media only screen and (max-device-width: 1024px){#otpdiv{margin-left:124px;}}@media only screen and (max-device-width: 768px){#otpdiv{margin-left:0px;}}
/* Customer Mobile Confirmation (END) */@media only screen and (max-device-width: 600px) {       #otpdiv {margin-left: 0px;}.customer-account-login .login_otp #otpbtndiv #resendotpbtn{margin-bottom: 10px;}}