/* [project]/src/app/forgotpassword/forgotpassword.module.css [app-client] (css) */
.forgotpassword-module__w31nFa__container-forgot {
  height: 100vh;
}

.forgotpassword-module__w31nFa__container {
  background: #fff;
  width: 100%;
}

.forgotpassword-module__w31nFa__container .forgotpassword-module__w31nFa__head {
  color: #fff;
  background: #bb3d4b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  display: flex;
}

.forgotpassword-module__w31nFa__container .forgotpassword-module__w31nFa__head span {
  text-align: start;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.forgotpassword-module__w31nFa__card {
  border: none;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.forgotpassword-module__w31nFa__card .forgotpassword-module__w31nFa__containerimg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.forgotpassword-module__w31nFa__card .forgotpassword-module__w31nFa__containerbody {
  flex-direction: column;
  align-items: center;
  width: 95%;
  padding: 10px;
  display: flex;
}

.forgotpassword-module__w31nFa__form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.forgotpassword-module__w31nFa__containerinput {
  width: 100%;
  display: flex;
}

.forgotpassword-module__w31nFa__containericonoemail {
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.forgotpassword-module__w31nFa__input {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
}

.forgotpassword-module__w31nFa__form .forgotpassword-module__w31nFa__button {
  color: #fff;
  cursor: pointer;
  background: #bb3d4b;
  border: none;
  border-radius: 10px;
  outline: none;
  width: 150px;
  min-height: 35px;
  margin-top: 20px;
  font-weight: bold;
}

.forgotpassword-module__w31nFa__button:hover {
  filter: brightness(.9);
}

@media (max-height: 690px) {
  .forgotpassword-module__w31nFa__container-forgot {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .forgotpassword-module__w31nFa__containerinput, .forgotpassword-module__w31nFa__btn-send-email {
    width: 65%;
  }

  .forgotpassword-module__w31nFa__btn-send-email .forgotpassword-module__w31nFa__container-icono {
    width: 100%;
    flex-direction: column !important;
    padding: 0 !important;
    display: flex !important;
  }
}

@media (max-width: 400px) {
  .forgotpassword-module__w31nFa__button {
    padding: 20px;
  }
}

/*# sourceMappingURL=src_app_forgotpassword_forgotpassword_module_60b1fae1.css.map*/