@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  background-color: #f7f6f1;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.login_section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  background-image: url("./../../img/login_bg.jpg");
}
.login_section::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(219, 242, 116, 0.85);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.login_section .fxt-content {
  padding: 0 20px;
  max-width: 800px;
  width: 100%;
}
.login_section .fxt-content .fxt-header {
  text-align: center;
  margin-bottom: 50px;
}
.login_section .fxt-content .fxt-header .fxt-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.login_section .fxt-content .fxt-header .fxt-logo img {
  width: 150px;
}
.login_section .fxt-content .fxt-form h2 {
  font-weight: bold;
  color: #292c30;
  margin-bottom: 50px;
  text-align: center;
}
.login_section .fxt-content .fxt-form h2 span {
  color: white;
}
.login_section .fxt-content .fxt-form .form-group .user,
.login_section .fxt-content .fxt-form .form-group .password {
  position: relative;
}
.login_section .fxt-content .fxt-form .form-group .user input,
.login_section .fxt-content .fxt-form .form-group .password input {
  width: 100%;
  border: none;
  border-radius: 35px;
  margin: 10px 0;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
  padding-left: 60px;
  font-weight: 500;
  color: #a9a9aa;
  font-size: 20px;
}
.login_section .fxt-content .fxt-form .form-group .user input ::-moz-placeholder, .login_section .fxt-content .fxt-form .form-group .password input ::-moz-placeholder {
  color: #a9a9aa;
}
.login_section .fxt-content .fxt-form .form-group .user input ::placeholder,
.login_section .fxt-content .fxt-form .form-group .password input ::placeholder {
  color: #a9a9aa;
}
.login_section .fxt-content .fxt-form .form-group .user img,
.login_section .fxt-content .fxt-form .form-group .password img {
  position: absolute;
  left: 12%;
  top: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  width: 24px;
}
.login_section .fxt-content .fxt-form .form-group .login_button {
  text-decoration: none;
  width: 100%;
  background-color: #292c30;
  border: none;
  color: white;
  text-align: start;
  height: 80px;
  font-weight: 500;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: #292c30 0px 0px 18px;
  border-radius: 40px;
  padding-left: 30px;
  margin-top: 50px;
}
.login_section .fxt-content .fxt-form .form-group .login_button i {
  font-weight: 700;
  background-color: white;
  color: #292c30;
  width: 65px;
  height: 65px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -10px;
}
.login_section .fxt-content .fxt-form .form-group .forgot_pass {
  font-size: 24px;
  color: #292c30;
  text-decoration: underline;
  font-weight: 500;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .login_section .fxt-content .fxt-form .form-group .user img,
  .login_section .fxt-content .fxt-form .form-group .password img {
    left: 6.5%;
  }
  .login_section .fxt-content .fxt-form .form-group .user img,
  .login_section .fxt-content .fxt-form .form-group .password img {
    left: 6%;
  }
  .login_section .fxt-content .fxt-form .form-group .login_button {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .login_section .fxt-content .fxt-form .form-group .user i,
  .login_section .fxt-content .fxt-form .form-group .password i {
    left: 8%;
  }
  .login_section .fxt-content .fxt-form .form-group .login_button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .login_section .fxt-content .fxt-form .form-group .user img,
  .login_section .fxt-content .fxt-form .form-group .password img {
    left: 9%;
  }
}
@media (max-width: 428px) {
  .app .explore-content .explore-content-item-1 p {
    width: 70%;
  }
  .app .explore-content .explore-content-item-2 p {
    width: 70%;
    margin-left: auto;
  }
  .app .explore-content .explore-content-item-1 p br,
  .app .explore-content .explore-content-item-2 p br {
    display: none;
  }
  .login_section .fxt-content .fxt-header .fxt-logo img {
    width: 200px;
  }
  .login_section .fxt-content .fxt-form h2 {
    font-size: 30px;
  }
  .login_section .fxt-content .fxt-form .form-group .user i,
  .login_section .fxt-content .fxt-form .form-group .password i {
    left: 20%;
    font-size: 18px;
  }
  .login_section .fxt-content .fxt-form .form-group .login_button {
    width: 80%;
    font-size: 24px;
  }
  .login_section .fxt-content .fxt-form .form-group .forgot_pass {
    font-size: 18px;
    text-align: end;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .login_section .fxt-content .fxt-form .form-group .user,
  .login_section .fxt-content .fxt-form .form-group .password {
    text-align: center;
  }
  .login_section .fxt-content .fxt-form .form-group .user input,
  .login_section .fxt-content .fxt-form .form-group .password input {
    width: 80%;
    padding-left: 70px !important;
    padding: 15px;
  }
  .login_section .fxt-content .fxt-form .form-group .user img,
  .login_section .fxt-content .fxt-form .form-group .password img {
    left: 20%;
    width: 20px;
  }
  .login_section .fxt-content .fxt-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .login_section .fxt-content .fxt-form .form-group .user i,
  .login_section .fxt-content .fxt-form .form-group .password i {
    left: 22%;
  }
  .login_section .fxt-content .fxt-form .form-group .user img,
  .login_section .fxt-content .fxt-form .form-group .password img {
    left: 23%;
    width: 20px;
  }
  .login_section .fxt-content .fxt-form .form-group .login_button {
    width: 80%;
    font-size: 18px;
    height: 70px;
  }
  .login_section .fxt-content .fxt-form .form-group .login_button i {
    width: 55px;
    height: 55px;
  }
  .login_section .fxt-content .fxt-form h2 {
    font-size: 24px;
  }
}
#searchOffcanvas {
  border-radius: 10px 0px 0px 10px;
}
#searchOffcanvas .form-input {
  box-shadow: none;
  border: none;
  font-size: 16px;
  background-color: #f7f6f1;
  color: #6c6b6a;
  border: none;
  width: 100% !important;
  padding: 15px;
  margin: 0 0 8px 0;
  resize: none;
  border-radius: 15px;
  font-weight: 400;
}
#searchOffcanvas .offcanvas-footer {
  padding: 1rem;
}
#searchOffcanvas .offcanvas-footer .save_btn {
  width: 100%;
}
#searchOffcanvas .offcanvas-footer .save_btn button {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  background-color: #292c30;
  color: #f7f6f1;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */