/* Customer Account Create (START) */
.mobilenumber {
	float: left;
	max-width: 200px;
	width: 80%;
}

#otpdiv { display: none; float: left;margin-right: 5px;margin-left: 5px; }

#otpbtndiv { float: left;margin-left: 5px; }
.sms-customer-checkout #otpbtndiv { float: left;
	margin-left: 0px !important; 
	padding-top: 5px;
}
.sms-customer-checkout #otpdiv {
    margin-right: 5px;
    margin-left: 0px;
    padding-top: 5px;
}

#otpbtndiv #resendotpbtn { display: none; }

#smserror { clear: both; }

.sms-customer-checkout .field-error, div.mage-error {
     margin-top: 0px !important; 
}

#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;
}
.sms-customer-update .msg
{
    left: 42%;
    top: 370px;
}
.sms-customer-update .create.account .intl-tel-input{
    width: 100%;
}
.sms-customer-update .smser
{
    height: 14px;
}
.sms-customer-update #smserrordiv
{
    height: auto;
}
.sms-customer-update .comment.flagdisable {
    margin-left: 0px;
    float: left;
    position: absolute;
}
.sms-customer-update #otpdiv {
     margin-left: 0px !important; 
}
.sms-customer-update div#otpdiv {
    padding-top: 20px;
    float: left;
    width: 15%;
    margin-right: 5px;
}
.sms-customer-update div#otpbtndiv {
    padding: 5px 0px 0px 0px !important;
    margin-left: 0px !important;
    float: left;
    margin-top: 15px;
}
.sms-customer-update button#getotpbtn{
	margin: 0px !important;
}
.customer-account-create #mob
{
        height: 36px
}
.customer-account-create .intl-tel-input {
        width: 35%;
}
.customer-account-create .comment.flagdisableregister {
        float: left;
}
#confirmationdiv{
	margin-top: 15px !important;
}

@media only screen and (max-width: 480px) {
    .sms-customer-update div#otpdiv {
    	width: 25%;
	}
}

/* Customer Mobile Confirmation (END) */