/* Max width 1550px */
/* Max width 1400px */
@media only screen and (max-width: 1400px) {
  /* line 6, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-title {
    font-size: 4.5rem;
  }
  /* line 9, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-title-info {
    font-size: 1.2rem;
  }
}

/* Max width 1300px */
@media only screen and (max-width: 1300px) {
  /* line 16, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-right-container {
    width: 80%;
  }
}

/* Max width 1260px */
/* Max width 1100px */
/* Max width 1080px */
/* Max width 1026px */
/* Max width 980px */
@media only screen and (max-width: 980px) {
  /* .resetPassword-title {
        font-size: 3.4rem;
    } */
  /* line 39, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-title-info {
    font-size: 1.1rem;
  }
}

/* Max width 900px */
/* Max width 800px */
@media only screen and (max-width: 800px) {
  /* line 49, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-hero-section {
    flex-direction: column;
    gap: 30px;
  }
  /* line 54, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-left-wrapper {
    width: 100%;
    height: calc(65vh - 72px);
    margin: 72px 0px 0px 0px;
  }
  /* line 60, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-right-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* Max width 750px */
/* Max width 650px */
/* Max width 540px */
/* Max width 500px */
@media only screen and (max-width: 500px) {
  /* line 79, app/assets/stylesheets/reset_password/resetPassword-media-queries-style.scss */
  .resetPassword-title {
    font-size: 4rem;
  }
}

/* Max width 440px */
