.registersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/BGImg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/BGImg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.registersection.loginage {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/BGImg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/BGImg.jpg');
  background-position: 0px 0px, 50% 50%;
}

.formwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.formwrap.register {
  width: 40%;
  height: auto;
}

.formwrap.login {
  border-radius: 0px;
}

.formfield {
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-transform: none;
}

.formbtn {
  width: 50%;
  border-radius: 20px;
  background-color: #3898ec;
  background-image: linear-gradient(24deg, #3e4acc, rgba(222, 226, 255, 0.57));
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.formh {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
}

.logincol {
  height: 100vh;
}

.loginrow {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.forminfoitem {
  width: 50%;
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-bottom: 2px none #3898ec;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.formtextlink {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #070707;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.formtextlink.migration {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.hiddenwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-align: center;
}

.resetsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/ICAFITNESS.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/ICAFITNESS.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.resetpagewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.reseth {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.text-span {
  font-weight: 600;
  text-transform: uppercase;
}

.text-span-2 {
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.resetwrap {
  width: 70%;
}

.stepswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #df3131;
  border-radius: 10px;
}

.stepitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepnumber {
  width: auto;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.steptask {
  width: auto;
  margin-right: 20px;
  font-size: 20px;
  line-height: 25px;
}

.migrationbtn {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.adminwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.admincontentwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.adminh {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

.adminbody {
  font-family: Montserrat, sans-serif;
}

.adminp {
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.text-span-3 {
  font-weight: 600;
}

.adminitemcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adminitemrow {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.adminrowwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.membershiptitleadmin {
  margin-top: 0px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.adminrowp {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.adminmemberbtn {
  width: 60%;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .formwrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .formwrap.register {
    width: 90%;
  }
  .paragraph {
    width: 80%;
  }
  .stepswrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stepitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steptask {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .migrationbtn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .formwrap {
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .formwrap.register {
    width: 90%;
  }
  .formwrap.login {
    width: 100%;
  }
  .formh {
    font-size: 20px;
  }
  .logincol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .loginrow.empty {
    display: none;
  }
  .formtextlink.migration {
    font-size: 15px;
    line-height: 20px;
  }
  .resetpagewrap {
    width: 100%;
    height: 100vh;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reseth {
    font-size: 20px;
    line-height: 25px;
  }
  .paragraph {
    width: 90%;
    font-size: 15px;
    line-height: 20px;
  }
  .resetwrap {
    width: 90%;
  }
  .stepitem {
    width: 100%;
  }
  .stepnumber {
    margin-bottom: 20px;
  }
  .steptask {
    margin-bottom: 20px;
  }
}

