﻿body {
    background: url("/Pics/register-background.jpg") repeat fixed 0px 0px transparent;
    direction: rtl;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font: 13px b Homa;
}


.row {
    margin-bottom: 10px;
}

    .row:last-child {
        margin-bottom: 0;
    }

label {
    font-weight: normal;
    margin-right: 15px;
}

.step {
    background-image: url("/Images/Create-new-accont-1_03.jpg");
    background-position: top 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 82%;
    background-color: #FFF;
    opacity: 0.4;
    transform: translate(0,-50%);
    top: 50%;
    left: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    min-height: 550px;
}

    .step.active {
        opacity: 1;
    }

    .step.center {
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .step.right {
        left: 93%;
    }

    .step.left {
        left: -43%;
    }

    .step.out {
        left: -50%;
    }

#step-1 .step-container {
    margin-top: 14%;
}

.user-signup {
    background-image: url("/Images/user-signup.png");
    background-repeat: no-repeat;
    height: 34px;
    background-size: 100% auto;
    margin-bottom: 15px;
  
}

.btnCloseRegisterBox {
    background-image: url("/Images/my%20gallery23344.png");
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.step-container {
    margin-top: 70px;
    padding-left: 7%;
    padding-right: 7%;
}

.btnNext {
    width: 78px;
    height: 37px;
    background-image: url("/Images/edameh.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px none;
   
}

.register-textbox {
    float: right;
    width: calc(100% - 10px);
    font: 13px b Homa;
    border: 1px solid #8F8F8F;
    height: 28px;
    padding-right: 7px;
    border-radius: 3px;
    direction: rtl;
    margin-top: 5px;
    /*border: 1px solid #AAA;
    box-shadow: 1px 1px 6px #CCC inset;*/
}

.birthday-row .col-md-4 {
}

    .birthday-row .col-md-4 .register-textbox {
        width: 130%;
        min-width: auto;
    }

.captcha-container {
    width: 190px;
    height: 73px;
    background-image: url("/Images/arrowl.png");
    background-repeat: no-repeat;
    background-position: 1px 11px;
}

.captcha-caption {
    color: #BCA48B;
    margin-bottom: 8px;
    display: block;
    font-size: 13px;
}

.captcha-question {
    text-align: left;
    font-size: 20px;
    color: #BCA48B;
    direction: ltr;
    float: right;
}

.captcha-box {
    font-size: 20px;
    background: none repeat scroll 0% 0% transparent;
    border-width: 0px 0px 1px;
    border-style: none none dotted;
    border-color: -moz-use-text-color -moz-use-text-color #DAD6D6;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 39px;
    float: right;
}

.btnFinishStep {
    width: 163px;
    height: 37px;
    background-image: url("/Images/Create-new-accont-2_07.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px none;
}

#step-3 .step-container {
    text-align: center;
    margin-top: 20%;
}

#step-3 .caption {
    font-size: 17px;
}

#step-3 .active-link {
    display: inline;
    color: red;
}

#step-3 .return-lastpage {
    background-image: url("/Images/Create-new-accont-100_05.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px none;
    float: right;
    width: 77px;
    height: 39px;
    margin: -5px 5px;
}

.imgFinalStep {
    width: 100%;
    bottom: 25px;
    position: absolute;
}

.sign-up-vendor {
 
    color: white;
    text-decoration: none;
    background-color: #4a960e;
    padding: 1px 12px;
    border-radius: 3px;
    box-shadow: 0 0 6px grey;
    margin-right: 20px;
    margin-top: 18px;
}

    .sign-up-vendor:hover {
        text-decoration: none;
        color: white;
    }


@media (max-width:1000px) {
    body {
        overflow-y: scroll;
        font: 48px b Homa;
    }
    .register-textbox {
        font:48px b Homa;
        height: auto;
    }
    .btnNext {
        width: 30%;
        height: 93px;
        background-size: 100%;
        float: left;
        margin-top: -50px;
    }
    .sign-up-vendor {
        float: left; 
    }
    .user-signup {
        height: 90px;
        background-size: 100%;
        width: 70%;
        margin-right: 80px;
    }
    
}


@media (min-width:768px) and (max-width:1000px) {
    .step {
        width: 80%;
    }
}

@media (max-width:768px) {
    .step {
        width: 90%;
    }
}

.line {
    border-bottom: 1px solid gray;
    margin-bottom: 35px;
}
