.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.fs-6 {
  font-size: 6px;
}

.star-color {
  color: #ff9900;
}

.icon-color {
  color: #ccb392;
}

section.prelogin {
  background-image: url('../../../public//images/bg_leave.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}
section.prelogin .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
section.prelogin .inner > div {
  margin: 0 auto;
  padding: 15px 36px;
  height: 100vh;
  /* padding: 5vh 3.5vw; */
  min-height: 100vh;
}
section.prelogin .inner .visualWrapper .carimg {
  width: 100%;
  max-width: 750px;
  height: 100%;
  max-height: 960px;
}
section.prelogin .inner .visualWrapper p {
  position: absolute;
  bottom: 40px;
  left: 6%;
  max-width: 500px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1499px) {
  section.prelogin .inner .visualWrapper p {
    left: 3%;
    max-width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.prelogin .inner .visualWrapper {
    display: none;
  }
}
section.prelogin .inner .formWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 699px;
  height: 100%;
  max-height: 714px;
}
section.prelogin .inner .formWrapper .form_title {
  margin-bottom: 15px;
  color: #0c7347;
  font-weight: 400;
  font-size: 55px;
  text-align: center;
}
@media (max-width: 500px) {
  section.prelogin .inner .formWrapper .form_title {
    font-size: 32px;
  }
}
section.prelogin .inner .formWrapper .form_label {
  margin-bottom: 5px;
  margin-left: 20px;
  color: #383838;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 991px) {
  section.prelogin .inner .formWrapper .form_label {
    text-align: center;
  }
}
section.prelogin .inner .formWrapper .form_profilelabel {
  display: flex;
  margin-bottom: 5px;
  margin-left: 20px;
  color: #383838;
  font-weight: 500;
}
@media (max-width: 991px) {
  section.prelogin .inner .formWrapper .form_profilelabel {
    display: block;
    text-align: center;
  }
}
section.prelogin .inner .formWrapper p {
  color: #31a04a;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Creato Display';
}
section.prelogin .inner .formWrapper .form_selecticon {
  position: absolute;
  top: 68%;
  left: 5%;
  transform: translateY(-50%);
  color: #8c8c8c;
}
section.prelogin .inner .formWrapper .forgotWrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.prelogin .inner .formWrapper .forgotWrapper a,
section.prelogin .inner .formWrapper .forgotWrapper label {
  font-size: 14px;
}
section.prelogin .inner .formWrapper .forgotWrappersignup {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.prelogin .inner .formWrapper .forgotWrappersignup a,
section.prelogin .inner .formWrapper .forgotWrappersignup label {
  font-size: 14px;
}
section.prelogin .inner .formWrapper button[type='submit'] {
  width: 100%;
  font-size: 18px;
}
section.prelogin .inner .formWrapper .extra_info {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 991px) {
  section.prelogin .inner .formWrapper .extra_info {
    position: unset;
    margin-top: 40px;
  }
}
section.prelogin .inner .formWrapper .extra_info a {
  font-weight: 800;
}
section.prelogin .inner .formWrapper .form_brand img {
  max-width: 250px;
}
@media (min-width: 991px) {
  section.prelogin .inner .formWrapper .form_brand {
    display: none;
  }
}
section.prelogin .inner .formWrapper .leafimg {
  position: absolute;
  right: -100px;
  bottom: -150px;
  z-index: -1;
}

section.prelogin2 {
  background-image: url('../../../public//images//bglogin.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}
section.prelogin2 .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
section.prelogin2 .inner > div {
  margin: 0 auto;
  padding: 15px 36px;
  height: 100vh;
  /* padding: 5vh 3.5vw; */
  min-height: 100vh;
}
section.prelogin2 .inner .visualWrapper .carimg {
  width: 100%;
  max-width: 750px;
  height: 100%;
  max-height: 960px;
}
section.prelogin2 .inner .visualWrapper p {
  position: absolute;
  bottom: 40px;
  left: 6%;
  max-width: 500px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1499px) {
  section.prelogin2 .inner .visualWrapper p {
    left: 3%;
    max-width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.prelogin2 .inner .visualWrapper {
    display: none;
  }
}
section.prelogin2 .inner .formWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 699px;
  height: 100%;
  max-height: 714px;
}
section.prelogin2 .inner .formWrapper .form_title {
  margin-bottom: 15px;
  color: #0c7347;
  font-weight: 400;
  font-size: 55px;
  text-align: center;
}
@media (max-width: 500px) {
  section.prelogin2 .inner .formWrapper .form_title {
    font-size: 32px;
  }
}
section.prelogin2 .inner .formWrapper .form_label {
  margin-bottom: 5px;
  margin-left: 20px;
  color: #383838;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 991px) {
  section.prelogin2 .inner .formWrapper .form_label {
    text-align: center;
  }
}
section.prelogin2 .inner .formWrapper .form_profilelabel {
  display: flex;
  margin-bottom: 5px;
  margin-left: 20px;
  color: #383838;
  font-weight: 500;
}
@media (max-width: 991px) {
  section.prelogin2 .inner .formWrapper .form_profilelabel {
    display: block;
    text-align: center;
  }
}
section.prelogin2 .inner .formWrapper p {
  color: #31a04a;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Creato Display';
}
section.prelogin2 .inner .formWrapper .form_selecticon {
  position: absolute;
  top: 68%;
  left: 5%;
  transform: translateY(-50%);
  color: #8c8c8c;
}
section.prelogin2 .inner .formWrapper .forgotWrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.prelogin2 .inner .formWrapper .forgotWrapper a,
section.prelogin2 .inner .formWrapper .forgotWrapper label {
  font-size: 14px;
}
section.prelogin2 .inner .formWrapper .forgotWrappersignup {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.prelogin2 .inner .formWrapper .forgotWrappersignup a,
section.prelogin2 .inner .formWrapper .forgotWrappersignup label {
  font-size: 14px;
}
section.prelogin2 .inner .formWrapper button[type='submit'] {
  width: 100%;
  font-size: 18px;
}
section.prelogin2 .inner .formWrapper .extra_info {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 991px) {
  section.prelogin2 .inner .formWrapper .extra_info {
    position: unset;
    margin-top: 40px;
  }
}
section.prelogin2 .inner .formWrapper .extra_info a {
  font-weight: 800;
}
section.prelogin2 .inner .formWrapper .form_brand img {
  max-width: 250px;
}
@media (min-width: 991px) {
  section.prelogin2 .inner .formWrapper .form_brand {
    display: none;
  }
}
section.prelogin2 .inner .formWrapper .leafimg {
  position: absolute;
  right: -100px;
  bottom: -150px;
  z-index: -1;
}

.lottie {
  display: inline-block;
  position: relative;
  margin: 40px 0px;
}
