/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-9.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-9.use[4]!./src/sass/forgotPassword/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-9.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-9.use[2]!./node_modules/resolve-url-loader/index.js??clonedRuleSet-9.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-9.use[4]!./src/sass/forgotPassword/index.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
/*** Typography ***/
/* COLORS */
.auth-page {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.auth-page__background {
  background-size: 100% 100% !important;
  background-position: center center !important;
}
.auth-page__background {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
}
.auth-page__background::after {
  content: "";
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.auth-page__logo {
  position: absolute;
  top: 15px;
  left: 10px;
  margin: 0;
  padding: 0;
  max-width: 150px;
}

.login-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
  padding: 35px 30px;
  border-radius: 20px;
}
.login-panel__header {
  text-align: center;
}
.login-panel__header svg.clipboard-check {
  stroke: #46b51d;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.login-panel__header svg.check {
  fill: #46b51d;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.login-panel__header h3 {
  width: 100%;
  text-align: center;
  color: #4d4f5c;
  font-family: "Nunito Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .login-panel__header h3 {
    font-size: 1.5rem;
  }
}
.login-panel__header p {
  margin: 20px 0;
  text-align: center;
  color: #4d4f5c;
  font-family: "Nunito Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.login-panel__form .form-floating {
  position: relative;
}
.login-panel__form--password-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.login-panel__form--password-icon svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  stroke: #343434;
}
.login-panel__form > a, .login-panel__form button {
  margin: 10px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

/*# sourceMappingURL=../sourcemaps/css/forgotPassword.bundle.css.map*/