* {
    margin: 0;
    padding: 0;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}
/*body {
    background: #0067f4;
    color: #999;
    
    
}*/
.signup-container {
    width: 600px;
    text-align: center;
    background: #EEE;
    color: #0067f4;
    font-weight: bold;
    display: inline-block;
    margin: 6em auto;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.2);
    position: relative;font-size: 1.5em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
    font-weight: 100;
    /*overflow: visible;*/
}
.popup-cross {
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    padding: 7px 0px;
    text-align: center;
    vertical-align: middle;
    /*    -webkit-border-radius: 20px;
        -moz-border-radius: 20px;*/
    /*border-radius: 20px;*/ 
}
.step-counter{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    background-color: #0067f4;
    color: #fff;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    border-top-color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    font-size: 14pt;
    font-weight: bold;
}
.please-wait-section{
    opacity:0;
    width: 600px;
    margin-top:1.1em;
    display:none;
    margin-bottom:1em;
    color: #0067f4;
}
.please-wait-section h2, .please-wait-section h3{
    color: #0067f4!important;
}
.building-store{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    font-size: 16pt;
    font-weight: bold;
}
.building-store .building-store-title{
    margin-left: 10px;
    text-decoration: underline;
}

.signup-container .navigation {
    text-align: left;
}
.signup-container .navigation ol {
    list-style: none;
    background: #EEE;
    position: absolute;
    padding: 30px 0;
    width: 100%;
    z-index: 100;
    margin-bottom: 30px;
}
.signup-container .navigation ol li {
    display: inline-block;
    margin-right: 27px;
    font-size: 0.7em;
    max-width: 20%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.signup-container .navigation ol li a {
    color: #0067f4;
    text-decoration: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.signup-container .navigation ol li a.done {
    opacity: 1;
}
.signup-container .sign-form { 
    width: 100%;
    text-align: left;
    margin: 85px 0 0 0;
    padding: 0em 2em;
}
.signup-container .sign-form .step-counter{
    position: absolute;
    top:0px;
    right: 0px;
}
.signup-container .sign-form .form-signup-container{

}
.signup-container .sign-form #next-page {
    opacity: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -80px;
    margin-bottom: 15px;
    background: url("images/next-pagehover.svg");
    background-size: contain;
    position: relative;
    z-index: 1000;
    cursor: pointer;
}
.signup-container .sign-form #next-page:hover {
    background: url("images/next-pagehover.svg");
    background-size: contain;
}
.signup-container .sign-form .questions {
    list-style: none;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    width: 88%;
    display: inline-block;
    height: 80px;
}
.signup-container .sign-form .questions li {
    position: absolute;
    /*width: 100%;*/
    /*-------------Password ------------------*/
}
.signup-container .sign-form .questions li span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size:20px;
}
.signup-container .sign-form .questions li input {
    width: 420px;
    font-size: 16px;
    font-weight: bold;
    color: #0067f4;
    margin: 0.3em 0 1em 0;
    border: none;
    background: none;
    border-bottom: 3px solid #0067f4;
    padding: 0.5em 0.1em;
    transition: all 0.5s ease;
    padding-right: 80px;
}
.signup-container .sign-form .questions li input:focus {
    outline: none;
    border-bottom: 3px solid #0067f4;
}
.signup-container .sign-form .questions li:not(:first-child) {
    opacity: 0;
    margin-top: 150px;
}
.signup-container .sign-form .questions li #viewpswd {
    position: absolute;
    opacity: 0;
    left: 0px

}
.signup-container .sign-form .questions li #show-pwd {
    /*margin: -2.75em 0em;*/
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    bottom: 18px;

    z-index: 1000;
}
.signup-container .sign-form .questions li #show-pwd.view {
    background: url("images/view.svg");
    background-size: contain;
}
.signup-container .sign-form .questions li #show-pwd.hide {
    background: url("images/hide.svg");
    background-size: contain;
}
.signup-container .sign-form .questions li #show-pwd:active,
.signup-container .sign-form .questions li #show-pwd:focus {
    background: url("images/hide.svg");
    background-size: contain;
}
.signup-container .sign-form .questions li select.country {
    position: absolute;
    width: 80px;
    font-size: 0.7em;
    color: #0067f4;
    height: 70px;
    background: transparent;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    bottom:8px;
    font-size:14px;
}
.signup-container .sign-form .questions li #phone {
    padding-left: 80px;
}
.signup-container .sign-form .questions li #password {
    padding-left: 3em;

    z-index: 200;
    position: relative;
}
.signup-container .sign-form .questions li #viewpswd {
    padding-left: 3em;
}
.signup-container .error-message {
    color: rgba(207, 0, 0, 0.56);
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 30px;
    background: #EEE;
}
::-webkit-input-placeholder {
    font-size: 0.9em;
    color: rgba(75, 75, 75, 0.9);
}
:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.9em;
    color: rgba(75, 75, 75, 0.9);
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.9em;
    color: rgba(75, 75, 75, 0.9);
}
:-ms-input-placeholder {
    font-size: 0.9em;
    color: rgba(75, 75, 75, 0.9);
}
@-webkit-keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}
@keyframes moveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width:481px) and (max-width:768px) {
    .signup-container, .please-wait-section {
        width: 400px;
    }
    .signup-container .sign-form { 
        margin: 135px 0 0 0;
    }
    .building-store{
        top: 50px;
    }
    .signup-container .sign-form #next-page {
        margin-left: -20px;
    }

    .signup-container .sign-form .questions li input {
        width: 300px;
        padding-right: 70px;
    }
    .signup-container .sign-form .questions li #phone {
        width: 290px;
    } 
    .signup-container .sign-form .questions li #password {
        width: 286px;
    }
    .signup-container .sign-form .questions li #viewpswd {
        width: 286px;
    }
    .otp-label{
        width: 300px;
    }
}

@media( min-width:0px) and (max-width:480px) {
    .signup-container, .please-wait-section { 
        width: 312px;
    }
    .signup-container .sign-form { 
        margin: 155px 0 0 0;
        padding: 0px 10px;
    }
    .building-store{
        top: 70px;
    }
    .popup-cross {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .ui-dialog .ui-dialog-content {
        padding: 0px 1px!important;
    }

    .signup-container .sign-form #next-page {
        margin-left: -20px;
    }
    .signup-container .sign-form .questions li input {
        width: 290px;
        padding-right: 70px;
    }
    .signup-container .sign-form .questions li #phone {
        width: 290px;
    }    
    .signup-container .sign-form .questions li #password {
        width: 286px;
    }
    .signup-container .sign-form .questions li #viewpswd {
        width: 286px;
    }
    .otp-label{
        width: 300px;
    }
}
