/* Begin of Sign up section  */
.form-group input {
  border: 1px solid #0000003d;
  padding: 13px 28px;
  border-radius: 7px;
  background: transparent;
  position: relative;
  z-index: 9;
}
.for-center-only a {
  color: #15c8a0;
  font-weight: 700;
}
.sign-up-sec p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 19px;
}
.for-center-only {
  text-align: center;
}
section.sign-up-sec {
  width: 40%;
  margin: 0 auto;
  padding: 50px 0px;
}
.sign-up-sec .for-center-only h2 {
  font-family: "Poppins";
  color: #000000;
  font-weight: 500;
}
.form-btn button {
  width: 100%;
  color: #ffffff;
  font-weight: 500;
}
.form-group label {
  font-size: 10px;
  color: #a1a1a1;
  font-family: "Poppins";
  font-weight: 400;
}
.com {
  position: relative;
}
.com > span {
  position: absolute;
  left: 2px;
}
.com input {
  position: relative;
  background: none;
}
.sign-up-sec .com span#sp {
  font-family: "Poppins";
  font-size: 15px;
  color: #9b9b9b;
  top: 11px;
  left: 27px;
}

.sign-up-sec .com span#sp sub {
  font-size: 6px;
  display: inline-block;
  position: relative;
  top: 0px;
  font-weight: 500;
}
.sign-up-sec input#Password {
  background-image: url(../img/eye.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 96%;
}
.sign-up-sec input#ConfirmPassword {
  background-image: url(../img/eye.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 96%;
}
.form-group input::placeholder {
  font-size: 15px;
  color: #9b9b9b;
  font-family: "Poppins";
  font-weight: 400;
}
.sign-up-sec a.ti {
  text-decoration: underline;
  color: #a1a1a1;
  font-weight: 600;
}
.form-btn button {
  background-color: #15c8a0;
  border: 1px solid #15c8a0;
  font-size: 12px;
  font-family: "Poppins";
  padding: 15px 34px;
  cursor: pointer;
  border-radius: 10px;
}

.terms-conditon a {
  color: #15c8a0;
  font-weight: 500;
}

.terms-conditon {
  text-align: center;
  padding-top: 30px;
}
/* End of Sign up section  */

.select-your-date i {
  position: absolute;
  right: 32px;
  top: 47px;
  font-size: 14px;
}