* {
  box-sizing: border-box;
}

#regFormm {
  background: url(../images/board1_body1.png) repeat-y;
  background-size: contain;
  margin: auto !important;
  font-family: Raleway;
  padding: 30px !important;
  width: 30vw !important;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  bottom: 70px;
}


.r_logo {
  position: relative;
  z-index: 10;
}



/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all stepps by default: */
.tab {
  display: none;
}

.reg-h1 {
  text-align: center;
  font-weight: 700;
  font-family: cursive;
  color: white;
}

.reg-h2 {
  color:rgb(160,255,0);
  font-weight: 600;
  text-shadow: 1px 1px 1px white;
  text-align: center;
  margin: 30px 0;
}

#prevBtnn {
  background-color: #ff7800;
  background-image: linear-gradient(#ff7800, #f97600),
      linear-gradient(#f90, #f2a268);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 25%), 0 4px 0 0 #b75637;
  height: 50px;
  line-height: 36px;
  font-size: 18px;
  padding: 5px 15px;
  letter-spacing: 0.9px;
  border: 4px solid transparent;
  border-radius: 100px;
  margin-bottom: 0.5rem;
}

#nextBtnn {
  background-color: #3ed70b;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#3ed70b), to(#3ed70b)), -webkit-gradient(linear, left top, left bottom, from(#a0ff00), to(#68f284));
      background-image: -o-linear-gradient(#3ed70b, #3ed70b), -o-linear-gradient(#a0ff00, #68f284);
      background-image: linear-gradient(#3ed70b, #3ed70b), linear-gradient(#a0ff00, #68f284);
      background-clip: padding-box, border-box;
      background-size: cover, calc(100% + 20px) calc(100% + 20px);
      background-repeat: no-repeat, no-repeat;
      background-position: center top, left -10px top -10px;
      -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25), 0 4px 0 0 #37b751, 0 2px 15px 3px #a0ff00;
      box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25), 0 4px 0 0 #37b751, 0 2px 15px 3px #a0ff00;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      height: 42px;
      border-radius: 60px;
      cursor: pointer;
      max-width: 100%;
      border: 5px solid transparent;
      text-shadow: 0 0 10px rgba(0, 0, 0, .25);
      font-size: 18px;
      font-weight: 800;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1.2px;
      color: #fff;
      padding: 0 18px;
      text-align: center;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: all .3s;
}

/* Make circles that indicate the stepps of the form: */
.stepp {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.stepp.active {
  opacity: 1;
}

/* Mark the stepps that are finished and valid: */
.stepp.finish {
  background-color: #04AA6D;
}

.fnameinput,
.lnameinput {
  width: 100%;
  border-radius: 50px;
  font-size: 13px;
  font-weight: lighter;
  padding: 10px;
  outline: 2px solid #00eded;
  border: none;
  padding-left: 2rem !important;
}
#input-div-reg {
      width: 25vw !important;
  }

.inpt-borderr {
  border: none;
  outline: 2px solid #00eded;
  border-radius: 50px;
  font-size: 13px;
  font-weight: lighter;
  padding-left: 2rem !important;
  padding: 10px;
  width: 100%;
  font-family: Raleway;
}

.reg-suc-h2 {
  color: lime;
  text-shadow: 1px 1px 3px black;
}

.all-inpt-btn-container {
  position: relative;
}
.all-inpt-btn-container .regis_bottom_area{
  margin-top: 50px;
}
.all-inpt-btn-container .regis_bottom_area > div{
  align-items: center;
}
.all-inpt-btn-container .regis_bottom_area > div #prevBtnn{
  height: 54px !important;
  line-height: 41px !important;
  font-size: 18px;
  margin-bottom: 0 !important;
}
.all-inpt-btn-container .regis_bottom_area > div #nextBtnn{
  margin-left: 15px;
  width: 15vw;
  font-size: 22px;
  font-weight: 300;
  height: 52px;
  padding: 10px 18px;
}
input.reg-checkbox {
  width: 2vw;
  transform: scale(1.2);
  outline: red;
}

@media screen and (max-width:1024px) {
  #regFormm {
      width: 50vw !important;
      bottom: 70px;
  }

  .fnameinput,
  .lnameinput {
      width: 14.3vw !important;
  }
  #input-div-reg {
      width: 30vw !important;
  }

  .r_logo {
      position: relative;
      left:7%;
      z-index: 10;
      width: 600px;
  }
}
@media(max-width:1000px){
  .all-inpt-btn-container .regis_bottom_area > div #nextBtnn{
    width: 40vw;
  }
}
@media screen and (max-width:768px) {
  #regFormm {
      width: 70vw !important;
      bottom: 70px;
  }

  .r_logo {
      position: relative;
      z-index: 10;
      width: 600px;
  }

  .fnameinput,
  .lnameinput {
      width: 100% !important;
  }

  #input-div-reg {
      width: 40vw !important;
  }
  #bb{
    width: 100% !important;
  }
}

@media screen and (max-width:425px) {
  #regFormm {
      width: 80vw !important;
      bottom: 50px;

  }

  .r_logo {
      position: relative;
      left:3%;
      z-index: 10;
      width: 400px;
  }

  #input-div-reg {
      width: 50vw !important;
  }

  .reisg_close {
      z-index: 1000;
  }
}

@media screen and (min-width: 320px) and (max-width: 400px) {
  .r_logo {
      left:3%;
      width: 350px;
  }

  .reisg_close {
      z-index: 1000;
  }
}