@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");
.nova-reset-password-container {
  width: 600px;
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: 50px;
  line-height: 2;
  font-family: "Poppins", sans-serif;
}
.nova-reset-password-container .nova-reset-title {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #29b475;
}
.nova-reset-password-container .nova-button {
  min-width: 60%;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  margin: 30px auto 0 auto;
  padding: 0 30px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transition: all 0.1s ease;
  background-color: #29b475;
}
.nova-reset-password-container .nova-button:hover {
  background-color: #25a269;
}
@media (max-width: 600px) {
  .nova-reset-password-container {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .nova-reset-password-container {
    padding: 30px;
  }
  .nova-reset-password-container .nova-button {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .nova-reset-password-container {
    padding: 10px;
  }
  .nova-reset-password-container .nova-button {
    width: 90%;
  }
}/*# sourceMappingURL=nova-reset-password-style.css.map */