/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*html {*/
/*    height: 100%;*/
/*    background: #6441A5; */
/*    background: -webkit-linear-gradient(to left, #6441A5, #2a0845); */
/*}*/

/*body {*/
/*    font-family: montserrat, arial, verdana;*/
/*    background: transparent;*/
/*}*/

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position:Relative;
    
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    /*width: 100px;*/
    /*background: #ee0979;*/
    /*font-weight: bold;*/
    /*color: white;*/
    /*border: 0 none;*/
    /*border-radius: 25px;*/
    /*cursor: pointer;*/
    /*padding: 10px 5px;*/
    /*margin: 10px 5px;*/
    font-size: 20px;
    color: #fff;
    background: #08a742;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    font-family:iransans !important;
}

/*#msform .action-button:hover, #msform .action-button:focus {*/
/*    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;*/
/*}*/

#msform .action-button-previous {
    /*width: 100%;*/
    /*background: #C5C5F1;*/
    /*font-weight: bold;*/
    /*color: white;*/
    /*border: 0 none;*/
    /*border-radius: 25px;*/
    /*cursor: pointer;*/
    /*padding: 10px 5px;*/
    /*margin: 10px 5px;*/
    Font-size: 20px;
    color: #fff;
    background: #08a742;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    font-family: iransans !important;
}

/*#msform .action-button-previous:hover, #msform .action-button-previous:focus {*/
/*    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;*/
/*}*/

/*headings*/
.fs-title {
    font-size: 32px !important;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    /*letter-spacing: 2px;*/
    padding:10px !important;
    font-weight: bold;
    line-height:60px;
}


.fs-title span{
    font-weight:700;
    color:#000;
    font-size:35px;
}



.fs-subtitle {
    font-weight: normal;
    font-size: 22px;
    color: #000;
    font-weight:700;
    margin-bottom: 20px;
    border-bottom:0 !important;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 15px;
    color: #333;
    border:1px solid #c8ccd2;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    right: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background:#08a742;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}



#regmail{
    
    padding-right: 40px !important;
    font-size: 15px !important;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
}




.logs-1{
    
    position:relative;
}

.logs-1 i{
    
    position: Absolute;
    font-size: 25px;
    right: 9px;
    color: #8b929b;
    left: auto;
    top: 12px;
}




#reguser{
    
    padding-right: 40px !important;
    font-size: 15px !important;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
}


#regpass{
    
    padding-right: 40px !important;
    font-size: 15px !important;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
}



#regcity{
    
    
    font-size: 15px !important;
    padding:12px;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
    padding-right:0px;
}



#regtel{
    
    padding-right:0px !important;
    font-size: 15px !important;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
}


.logs-2{
    
    position:relative;
}

.logs-2 i{
    
    position: Absolute;
    font-size: 25px;
    right: 9px;
    color: #8b929b;
    left: auto;
    top: 12px;
}


.logs-3{
    
    position:relative;
}

.logs-3 i{
    
    position: Absolute;
    font-size: 25px;
    right: 9px;
    color: #8b929b;
    left: auto;
    top: 12px;
}



.loguser-phmail p{
    
    text-align: center;
    margin: 15px 0;
    font-size: 21px;
    color: #969ca4;
    background: #f4f5f6;
    padding: 10px;
}


.loguser-phmail a{
    
    text-decoration:none !important;
}


.loguser-phmail{
    
    border-radius:2px;
}



.fs-little-stitle{
    
    font-size:17px !important;
}


#regpost{
    
     font-size: 15px !important;
    padding:12px;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
    padding-right:0px;
    
}


#regexp{
    
    margin-top:25px;
     font-size: 15px !important;
    padding:12px;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
    padding-right:0px;
    
}


.act3-s5 {
    margin-top: 40px;
}

.act3-s5 p {
    color: #000;
    font-weight: 700;
    text-align:right;
    font-size: 22px;
}

.atcborder{
    border: 2px solid #edeef0;
    border-radius: 5px;
    padding-right:0px;
    margin-top: 25px;
    padding-left:0px;
}



.Qu-bord li {
    display: flex;
    padding: 15px 5px;
    font-size: 17px;
    margin: 0px;
    border-top: 2px solid #edeef0;
    position: relative;
}

.q-nobord {
    border-top: none !important;
}

.act3-s5 svg {
    width: 30px !important;
    height: 30px;
}


.Qu-bord li a {
    margin-right: 10px;
    padding-top: 4px;
    color:#000;
    text-decoration:none !important;
}




#regorgput{
    
    padding-right: 40px !important;
    font-size: 15px !important;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
}





.log8-s1{
    
    position:relative;
}

.log8-s1 i{
    
    position: Absolute;
    font-size: 25px;
    right: 9px;
    color: #8b929b;
    left: auto;
    top: 12px;
    
}


.log8-s2{
    
    margin-top:25px;
}


#regorg1{
    
   
     font-size: 15px !important;
    padding:12px;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
    padding-right:0px;
}



#regorg3{
    
   
     font-size: 15px !important;
    padding:12px;
    font-family: iransans !important;
    border: none !important;
    width: 100% !important;
    border-bottom: 2px solid #c8ccd2 !important;
    border-radius: 0px !important;
    padding-right:0px;
}



.hmuser{
    
    margin-top:20px;
    text-align:right;
}

.hmuser p{
    
    font-size:18px;
    margin:0px;
    color:#8f8f8f;
   
}

.hmuser h2{
    
    font-size:25px;
    color:#000;
    font-weight:700;
    
}

.ms-uadad{
    
    text-align:center;
    color:#edeef0;
    font-size:15px;
    width:20%;
    padding:10px;
    border-right:1px solid #edeef0;
}


.useradad{
    margin-top:15px;
    display:flex;
    justify-content:center;
    border:1px solid #edeef0;
    border-radius:5px;
    padding-right:0px;
    padding-left:0px;
}


.nb-uadad{
    
    border-right:0px !important;
}

.ms-uadad a{
    
    color:#000 !important;
    text-decoration:none !important;
}




#progressbar{
    
    display:flex;
    flex-direction:reverse;
}


.actbtn1{
    
    border-top:2px solid #edeef0 !important;
    display:flex;
    align-items:center;
    padding:10px;
    width:100%;
    background: #fff;
    border:0;
}

.actbtn1 p{
 
 font-size:15px !important;
 margin:0px !important;
 font-weight:100;
}

.actbtn1 i{
    
    font-size: 28px;
    padding-left: 4px;
    padding-right: 2px;
}

.actnobo{
    
    border-top:0px !important;
}



.usadd-btn{
        display: flex;
    border: 0;
    width: 20%;
    background: #FFF;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    border-right: 1px solid #edeef0;
    align-items: center;
    justify-content: center;
}



.nobord-usadd{
    
    border-right:0px !important;
}

.usadd-btn:hover{
    
    background:#edeef0;
}

.actbtn1:hover{
    
     background:#edeef0;
}

.act-bgchange{
    
    background:#3b4656;
    color:#FFF !important;
    fill:#FFF !important;
}
.error_register{
    color:#e50000 !important;
    text-align:right;
    padding-bottom:10px;
}

.register_priority{
    display:none;
}
.actbtn1{
    margin-bottom:0 !important;
}
.actbtn1:hover ,.usadd-btn:hover{
    cursor:pointer !important;
}
.pri_color{
    background-color:#3b4656 !important;
    
}
.pri_color p , .pri_color i{
    color:#fff !important;
}
 .pri_color svg{
     fill:#fff;
 }
 
 
 
 
 
 #firstname {
  padding-right: 40px !important;
  font-size: 15px !important;
  font-family: iransans !important;
  border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  width: 100% !important;
  border-bottom: 2px solid #c8ccd2 !important;
  border-radius: 0px !important;
}



#lastname {
  padding-right: 40px !important;
  font-size: 15px !important;
  font-family: iransans !important;
  border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  width: 100% !important;
  border-bottom: 2px solid #c8ccd2 !important;
  border-radius: 0px !important;
}


