/* The Modal (background) */
.mobilepopup-title {
    text-align: center;
    text-transform: capitalize;
}
.mobilemodal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mobilemodal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.mobilelogin-close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.mobilelogin-close:hover,
.mobilelogin-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.mobilepopup-header {
    float: left;
    width: 100%;
}
.mobilemodal-content  li {
    list-style: none;
}
.mobilepopup-footer {
    text-align: right;
}
.mobilenumber-container .mobile-input{
    width: 100%;
}
.mobilepopup-footer {
    margin-top: 8px;
}
.mobilelogin-error{
    color: #ff0000;
    display: none;
}
.mobilelogin-regisration, .mobile-otpverify,#mobilelogin-popup-message, .mobile-password, .mobile-forgotpasswd, .mobilelogin-error{
    display: none;
}
.mobilemodal.checkout-register {
    display: none;
}
.mobilepopup-footer .button {
    background: #3399cc none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 19px;
    padding: 7px 7px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.customer-account-login .mobilepopup-footer.footerlinks > a {
    background: #3399cc none repeat scroll 0 0;
    color: #ffffff;
    font-size: 11px;
    padding: 9px 8px;
    text-align: center;
    text-transform: uppercase;
}
.mobilemodal-content input[type=text], .mobilemodal-content input[type=password]{
    border:1px solid #dadada;
}
.mobilelogin-otpsend .create-acc {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.button.update-mobile {
    margin-top: 10px;
}
.mobilenumber-update{
    display: none;
}
.mobileloader .wait{
    display:none;
    width:69px;
    height:89px;
    z-index: 9999999999999;
    position:absolute;
    top:50%;
    left:50%;
    padding:2px;
}
.mobilelogin-customer-view .mobileloader .wait{
    top:0;
}
@media screen and (max-width: 405px) {
    .mobilemodal-content{
        width: 320px;
    }
    .button.sendotp {
        margin-top: 12px;
    }
    .customer-account-login .mobilepopup-footer.footerlinks > a{
        font-size: 10px;
    }
}

