@import url("../universal/global.css");
@import url("../universal/loaders/login_page_loader.css");
body {
  width: 100%;
  height: 100svh;
  min-width: fit-content;
  min-height: fit-content;
  background-color: var(--white_d);
  display: flex;
  align-items: center;
  justify-content: center;
}
body section {
  display: block;
  width: 500px;
  height: fit-content;
  margin-top: 60px;
  margin-bottom: 60px;
}
body section .login_page_logo_box {
  display: block;
  margin: 0 auto 16px;
  width: 360px;
  height: 100px;
  border: 1px solid var(--grey_ll);
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0156862745);
}
body section .login_page_logo_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-image: url("../../img/logo/mindcove_logo_img.png");
  background-position: center;
  background-size: 60px;
  background-repeat: no-repeat;
}
body section .login_page_logo_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 110px;
  margin-top: -40px;
  width: 200px;
  height: 80px;
  background-image: url("../../img/logo/mindcove_logo_text.png");
  background-position: center;
  background-size: 160px;
  background-repeat: no-repeat;
}
body section .reset_password_form_box {
  display: block;
  margin: 0 auto 0;
  width: 360px;
  height: 356px;
  border-radius: 10px;
  border: 1px solid var(--grey_ll);
  padding: 16px;
  background-color: var(--white);
}
body section .reset_password_form_box .rpfb_heading {
  display: block;
  width: 100%;
  height: 41px;
  border-bottom: 1px solid var(--grey_l);
  padding: 0 0 4px 4px;
  align-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--grey);
  user-select: none;
}
body section .reset_password_form_box form {
  display: block;
  margin: 0 auto 0;
  width: 100%;
  height: 200px;
  padding: 4px 0 0 0;
  background-color: var(--white);
}
body section .reset_password_form_box form p {
  display: block;
  width: calc(100% - 22px);
  height: 34px;
  margin: 14px auto 14px;
  font-size: 1.39rem;
  color: #b6b6b6;
  user-select: none;
}
body section .reset_password_form_box form label {
  display: block;
  margin: 8px auto 0;
  width: calc(100% - 20px);
  height: 18px;
  padding: 0 0 2px 10px;
  align-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--grey);
}
body section .reset_password_form_box form input[type=email] {
  width: calc(100% - 20px);
  border: 1px solid #dfdfdf;
  color: var(--black);
}
body section .reset_password_form_box form input[type=email]:focus {
  border: 1px solid var(--green);
}
body section .reset_password_form_box form .reset_password_button {
  display: block;
  margin: 30px auto 24px;
}
body section .reset_password_form_box .rpfb_divider {
  width: calc(100% - 50px);
  height: fit-content;
  margin: 0 auto 0;
  border-bottom: 1px solid #dfdfdf;
}
body section .reset_password_form_box .back_to_login_page {
  display: block;
  margin: 30px auto 0;
  width: fit-content;
  padding: 0px 16px;
}

.icon_box_link_sent {
  width: 100px;
  height: 100px;
  margin: 0 auto 0;
  background-image: url("../../img/icon_g_checkmark.png");
  background-position: center;
  background-size: 80px;
  background-repeat: no-repeat;
  filter: opacity(38%) hue-rotate(-20deg);
}

.icon_box_one_hour_limit {
  width: 100px;
  height: 100px;
  margin: 0 auto 0;
  background-image: url("../../img/icon_b_exc.png");
  background-position: center;
  background-size: 73px;
  background-repeat: no-repeat;
  filter: opacity(38%);
}

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