.main_img {
  height: 100vh;
  width: 100%;
  background-image: url(../img/login-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 27px 30px; */
}
.book-now-btn1 a img {
  margin-left: 9px;
}
.register.main_heading h2 {
  font-family: "exo-bold";
  font-size: 40px;
  text-transform: uppercase;
  color: #02272f;
}
.welcome-reg.main_heading h2 {
  font-family: "poppins";
  font-size: 28px;
  font-weight: 400;
}
.welcome-reg.main_heading p {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 300;
}
.welcome-reg.main_heading h2 span {
  font-family: "poppins";
  font-size: 28px;
  font-weight: 700;
  color: #00b1ff;
}
.book-now-btn1.book-now-btn-up {
  margin-top: 50px;
}
.member-log span {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 300;
}
.member-log span a {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  color: #1b390f;
}
.info-one input {
  height: 46px;
  border-radius: 10px;
  margin: 20px 0 20px 0;
  padding: 0 30px;
}
.info-one input::placeholder {
  font-family: "Montserrat";
  font-size: 300;
  color: #959ead;
  font-size: 15px;
}

.new .form-group {
  display: block;
  margin-bottom: 15px;
}

.new .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.new .form-group label {
  position: relative;
  cursor: pointer;
  color: #636060;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 300;
}
.forget-this a {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 300;
  color: #1b390f;
}
.remmeber-this {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.new {
  position: relative;
}
.new .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #959595;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
  border-radius: 5px;
  top: -2px;
  /* margin-left: 11px; */
}
.new .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #00b1ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.book-now-btn1 .auth-btn {
  background-color: #00b1ff;
  padding: 15px 74px;
  border-radius: 51px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins";
  text-decoration: unset;
  width: 100% !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer {
  display: none;
}
section.nav-bottom-header {
  display: none;
}
section.top {
  display: none;
}
@media (max-width: 991px) {
  .login-sec .register-wrapper {
    padding: 40px 40px;
  }
  .login-sec .main_img {
    display: none;
  }
}
@media (max-width: 575px) {
  .login-sec .register-wrapper {
    padding: 30px 20px;
  }
  .welcome-reg.main_heading h2 {
    font-size: 22px;
  }
  .welcome-reg.main_heading h2 span {
    font-size: 22px;
  }
  .remmeber-this {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .register.main_heading h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .login-sec .register-wrapper {
    padding: 30px 0px;
  }
  .book-now-btn1.book-now-btn-up {
    margin-top: 20px;
  }
}
