section{
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:linear-gradient(rgb(252, 203, 146),rgb(255, 115, 91));
}
.container-reg{
  
  max-width: 600px;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 0px 20px #00000020;
  border-radius: 8px;
  background-color: white;
  
}
.nav{
  background-color: rgb(255, 202, 148);
}

/*-------------------Login/Register form-------------- */
.form-group-L input {
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

button.Login{
  position: relative;
  top: 45px;
  
  text-align: center;
  
  margin-bottom: 50px;
  border: none;
  border-radius: 8px;
  padding: 10px 45px;
  cursor: pointer;
  font-size: 20px;
  background-color: rgb(255, 184, 103);
}

button.register-L{
    position: relative;
    top: 45px;
    
    text-align: center;
    
    margin-bottom: 50px;
    border: none;
    border-radius: 8px;
    padding: 10px 45px;
    cursor: pointer;
    font-size: 20px;
    background-color: rgb(255, 184, 103);
}
.step-login img{
  width: 200px;
  position: relative;
  left: 180px;
  bottom: 20px;
}
@media only screen and (max-width: 425px) {
  .container-reg {
    width: 350px;
    height:300px;
    
  }
  .step-login img{
    width: 130px;
    position: relative;
    left: 100px;
    bottom: 30px;
    top: 10px;
    
  }
 
  .step-login .reg{
    font-size: 30px;
    padding-top: 20px;
  }
  button.register-L{
    position: relative;
    right: 45px;
    top: 80px;
    
  }

  button.Login{
    position: relative;
    right: 100px;
  }
 
  .step-category .next-btn{
    position: relative;
    left: 0px;
  }
  .step-category .previous-btn{
    position: relative;
    left: 20px;
  }
 
 
}

@media only screen and (max-width: 375px) {
  .container-reg {
    width: 300px;
    height:310px;
    
  }
  .step-login .reg{
    font-size: 30px;
  }
  .step-login img{
    width: 140px;
    position: relative;
    left: 78px;
    bottom: 10px;
  }
  button.register-L{
    position: relative;
    left: 75px;
  }
  button.Login{
    position: relative;
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .container-reg {
    width: 300px;
    height:310px;
    
  }
  .step-login .reg{
    font-size: 30px;
  }
  .step-login img{
    width: 140px;
    position: relative;
    left: 58px;
    bottom: 10px;
  }
  button.register-L{
    position: relative;
    left: 45px;
  }
  button.Login{
    position: relative;
    right: 10px;
    bottom: 50px;
  }
}

/*-------------------Form Category------------- */
.cat{
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
}


.form-group-C{
  padding-top: 20px;
 text-align: center;
 vertical-align: middle;
 
 /* display: inline-block; */
 
}

.Client{
  margin-top: 50px;
}
.Sales-rep{
  
  margin-top: 30px;
}
.step-category .previous-btn{
  position: relative;
  left: 80px;
  bottom: 50px;
}
.step-category .btnShow{
  position: relative;
  left: 280px;
  top: 49px;
}
.step-category .next-btn{
  position: relative;
  right: 80px;
  bottom: 60px;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {
  .cat{
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .prev-b{
    position: relative;
    right: 30px;
  }
  .next-b{
    position: relative;
    right: 30px;
  }
  .container-reg{
    font-size: 12px;
    box-sizing: content-box;
   
  }

}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {
  .container-reg{
    font-size: 12px;
    box-sizing: content-box;
    width: 250px;
  }
  .prev-b{
    position: relative;
    right: 70px;
  }
  .next-b{
    position: relative;
    right: 10px;
  }

}


/*-------------------Instructions------------- */
.instructions h1{
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}

/* .form-group-C{
padding-top: 20px;
text-align: center;
vertical-align: middle;
} */
.instructions h1{
  font-weight: 600;
}
.instructions li{
  list-style-type: circle;
  margin: 5px 0px 0px 50px;
}
.instructions h1{
  margin:10px 0px -15px 0px;
}

.instructions .previous-btn{
position: relative;
left: 80px;
top: 10px;
}

.instructions .next-btn{
position: relative;
right: 80px;
top: 1px;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 768px) {
  .prevb .previous-btn{
    position: relative;
    left: 80px;
    bottom: 210px;
    }
    
    .nextb .next-btn{
    position: relative;
    right: 80px;
    /* top: 111px; */
    }
}
@media only screen and (max-width: 425px) {

  .prevb {
    position: relative;
    right: 45px;
    bottom: 40px;
    margin: 0px;
    /* width: 20px;
    height: 20px; */
    }
    .nextb{
    position: relative;
    left: 45px;
    bottom: 40px;
      margin: 0px;
      /* width: 10px;
     height: 20px; */
      }
     
  .container-reg{
    font-size: 12px;
    box-sizing: content-box;
    
  }
  .container-reg h1{
    font-size: 15px;
  }
  .instructions{
    position: relative;
    bottom: 30px;
  }
  
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {
  .prevb {
    position: relative;
    right: 75px;
    bottom: 40px;
    margin: 0px;
    /* width: 20px;
    height: 20px; */
    }
    .nextb{
    position: relative;
    left: 75px;
    bottom: 40.5px;
      margin: 0px;
      /* width: 10px;
     height: 20px; */
      }
}


/*-------------------Client registration------------- */
.clientTC h1{
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}
.clientTC h4{
  text-align: center;
  font-weight: 800;
}
.clientTC li{
  list-style-type: circle;
  margin: 30px 0px 0px 45px;
}
.li2{
  font-weight: 700;
  list-style-type: circle;
  margin: 30px 0px 0px 45px;
}
.clientTC .download{
  list-style-type: circle;
  margin: 15px 0px 0px 45px;
}
.clientTC .download a{
  font-weight: 700;
  color: blue;
}

.form-group-C{
padding-top: 20px;
text-align: center;
vertical-align: middle;

}
.clientTC .previous-btn{
position: relative;
left: 80px;
top: 10px;
}

.clientTC .next-btn{
position: relative;
right: 80px;
top: 1px;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {
  
  .pre-b{
    position: relative;
    bottom: 50px;
    right: 50px;
    margin: 0px;
  }
  .nxt-b{
    position: relative;
    bottom: 50px;
    left: 50px;
    margin: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .pre-b{
    position: relative;
    bottom: 60px;
    right: 80px;
    margin: 0px;
  }
  .nxt-b{
    position: relative;
    bottom: 60px;
    left: 80px;
    margin: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .pre-b{
    position: relative;
    bottom: 60px;
    right: 80px;
    margin: 0px;
  }
  .nxt-b{
    position: relative;
    bottom: 60px;
    left: 80px;
    margin: 0px;
  }
}


/*-------------------Section 1 Personal info------------- */
.reg{
   font-size: 35px;
   text-align: center;
   padding-bottom: 50px;
   width: 100%;
}
.step-1 h3{
  text-align: center;
  position: relative;
  top: -30px;
}
 .step {
  display: none;
}

.step.active {
  display: block;
}
.form-group {
  width: 50%;
  margin-top: 20px;
  float: right;
  justify-content: center;
}


.label{
  display: inline-block;
  width: 100%;
}

.step-1 .previous-btn{
  position: relative;
  left: 80px;
  top: -40px;
}
.step-1 .next-btn{
  position: relative;
  right: 105px;
  bottom: 50px;
}

.form-group input {
  width: 90%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 4px;
  
}


button.next-btn,
button.previous-btn,
button.submit-btn {
  float: right;
  margin-top: 90px;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: rgb(180, 220, 255);
  font-family: "Montserrat";
  font-size: 18px;
  cursor: pointer;
} 

  
button.previous-btn {
  position: relative;
  top: -50px;
  float: left;
  margin-top: 80px;
  
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {
  .reg{
    font-size: 20px;
     text-align: center;
     padding-bottom: 40px;
     width: 100%;
  }
  .step-1 h3{
    text-align: center;
    position: relative;
    bottom: 30px;
    font-size: 11px;
  }
  .form-group {
    position: relative;
    right: 15px;
    bottom: 30px;
    width: 45%;
    margin-top: 10px;
    padding: 2px;
    /* float: right; */
    justify-content: center;
    
  }
  .container-reg{
    height: 400px;
  }
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}


 /* -----------------Section 2 Address--------- */
 .form-group2 {
  width: 50%;
  margin-top: 20px;
  float: right;
  /* text-align: center; */
  
}
.form2title{
    /* text-align: center; */
    margin-bottom: 30px;
    font-size: 20px;
}
.step-2 h3{
  text-align: center;
  position: relative;
  top: -30px;
}

.label{
  display: inline-block;
  width: 100%;
}


.form-group2 input {
  width: 90%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 4px;
  
}
.step-2 .previous-btn{
  position: relative;
  left: 80px;
  top: -40px;
}
.step-2 .next-btn{
  position: relative;
  right: 105px;
  bottom: 50px;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {
  .form-group2 {
    position: relative;
    right: 15px;
    bottom: 20px;
    padding: 2px;
    width: 45%;
    margin-top: 10px;
    float: right;
    /* text-align: center; */
    
  }
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}



/* -----------------------Section 3: Recruitment-------------------------- */
.label3{
   
  width: 100px;
}
.step-3 h3{
  text-align: center;
  position: relative;
  top: -30px;
}
 .form-group3 {
  width: 100%;
  float: right;
  margin-top: 5px;
  float: right;
 
}
.ifSalesRep{
  margin-bottom: 10px;
}
/* .label2,
.ifSalesRep{
  text-align: center;
} */
.form-group3 label{
    display: inline-block;
    width: 100%;
}
.knowHow{
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
}
 
.form-group3 input {
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 4px;
  
}
.step-3 .previous-btn{
  position: relative;
  left: 80px;
  top: -40px;
}
.step-3 .next-btn{
  position: relative;
  right: 105px;
  bottom: 50px;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}


/* ---------Banking-------------- */
.label4{
   
  width: 100px;
}
.step-4 h3{
  text-align: center;
  position: relative;
  top: -30px;
}
 .form-group3 {
  width: 100%;
  float: right;
  margin-top: 5px;
  float: right;
 
}

.form-group4 label{
    display: inline-block;
    width: 100%;
    /* padding: 4px 0px 0px 5px; */
    margin: 4px 0px 0px 5px;

}

.form-group4 input {
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  
}
.bankLable{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.step-4 .previous-btn{
  position: relative;
  left: 80px;
  top: -40px;
}
.step-4 .next-btn{
  position: relative;
  right: 105px;
  bottom: 50px;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}


/* -----------------Section 5:T's and C's---------------*/
.step-5 h3{
  text-align: center;
  position: relative;
  top: -30px;
}
.step-5 h4{
  /* margin-left: 20px; */
  text-align: center;
}

.file-upload {
  position: relative;
  /* left: 50px; */
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.file-upload__input {
  display: none;
}

.file-upload__button {
  -webkit-appearance: none;
  position: relative;
  top: 10px;
  left: 40px;
  background: #009879;
  border: 2px solid #00745d;
  border-radius: 4px;
  outline: none;
  padding: 0.5em 0.8em;
  margin-right: 15px;
  color: #ffffff;
  font-size: 1em;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.file-upload__button:active {
  background: #00745d;
}

.file-upload__label {
  position: relative;
  top: 15px;
  left:40px ;
  max-width: 250px;
  font-size: 1em;
  font-weight: 700;
  color: rgba(117, 117, 117, 0.719);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Quicksand", sans-serif;
}

/* .terms{
  position: relative;
  top: 50px;
  left: 150px;
} 
.terms a{
  color: blue;
  font-weight:600 ;
}
#TsCs{
  margin:0px 10px 0px 0px;
}*/
.step-5 button.previous-btn {
  position: relative;
  top: 1px;
  left: 40px;
  float: left;
}
.step-5 button.submit-btn {
  background-color: aquamarine;
  margin-top: 80px;
  position: relative;
  right: 70px;
}
.months{
  font-weight: 700;
  padding-bottom: 10px;
}


.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
/* media query for this section, edit nxt & prev buttons at the bottom   */
@media only screen and (max-width: 425px) {}
@media only screen and (max-width: 375px) {
  .file-upload {
    position: relative;
    right: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    margin: 10px;
  }
  .prevb2{
    position: relative;
    right: 25px;
    /* bottom: 10px; */
    margin: 0px;
    /* width: 20px;
    height: 20px; */
  }
  
  .subb2{
    position: relative;
    left: 60px;
  }
  .container-reg{
    font-size: 12px;
    box-sizing: content-box;
    
  }
}
@media only screen and (max-width: 320px) {
  .file-upload {
    position: relative;
    right: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    margin: 10px;
  }
  .prevb2{
    position: relative;
    right: 25px;
    /* bottom: 10px; */
    margin: 0px;
    /* width: 20px;
    height: 20px; */
  }
  
  .subb2{
    position: relative;
    left: 60px;
  }
  .container-reg{
    font-size: 12px;
    box-sizing: content-box;
    
  }
}


/* -------------------------Next and Previous Buttons------------------------- */
/* Media queries for next and previous buttons */
@media only screen and (max-width: 425px){
  
  .step-1 .previous-btn,
  .step-2 .previous-btn,
  .step-3 .previous-btn,
  .step-4 .previous-btn{
    position: relative;
    left: 40px;
    top: -40px;
  }
  .step-1 .next-btn,
  .step-2 .next-btn,
  .step-3 .next-btn,
  .step-4 .next-btn{
    position: relative;
    right: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .step-1 .previous-btn,
  .step-2 .previous-btn,
  .step-3 .previous-btn,
  .step-4 .previous-btn{
    position: relative;
    left: 10px;
    top: -40px;
  }
  .step-1 .next-btn,
  .step-2 .next-btn,
  .step-3 .next-btn,
  .step-4 .next-btn{
    position: relative;
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 320px) {}