@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/reset_password/resetPassword-style.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --light-blue: #E9F4FE;
  --section-bg: #F2FAFF;
  --section-heading: #005EAD;
}

/* line 33, app/assets/stylesheets/reset_password/resetPassword-style.scss */
h1,
h2,
h3 {
  margin: 0;
}

/* line 39, app/assets/stylesheets/reset_password/resetPassword-style.scss */
body {
  color: var(--secondary);
}

/* =========== Hero and Main Section ============*/
/* ----------News Landing Banner Title----------- */
/* line 47, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-hero-section-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* --------------Main container------------ */
/* line 54, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-hero-section {
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* --------------Left side--------------- */
/* line 62, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-left-wrapper {
  display: flex;
  width: 50%;
  background: url(/assets/home_images/login_regi_reset_background_img_01-fc40331608accbb1f4eec159411fe3ea4e1960bb9e7305c7d40a52a5458bf5dd.jpg);
  padding: 1rem 1rem 1rem 1rem;
  height: calc(100vh - 112px);
  justify-content: center;
  align-items: center;
}

/* line 72, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-left-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  color: var(--white);
  gap: 20px;
}

/* line 83, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-banner-title-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/* line 91, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-title-cont {
  display: flex;
}

/* line 95, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-title {
  font-family: "Geologica";
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}

/* line 102, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-title-info-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* line 109, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-title-info {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--white);
}

/* ------------Right side------------------- */
/* line 118, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-right-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

/* line 125, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-right-container {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
}

/* line 133, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

/* line 140, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-form-title-cont {
  display: flex;
}

/* line 144, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-form-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--text-label-gray);
}

/* line 150, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-input-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 156, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-input {
  padding: 2rem 0.5rem 1rem 0.5rem;
  font-size: 1.3rem;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  outline: none;
  transition: all 0.3s ease-in-out;
}

/* line 165, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-input::placeholder {
  color: var(--underline-gray);
}

/* line 169, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-page-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0rem 1.5rem 0rem;
}

/* line 176, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-page-btn {
  width: 100%;
  background: var(--primary);
  color: var(--white);
  padding: 10px 10px 10px 10px;
  font-size: 1.3rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* line 188, app/assets/stylesheets/reset_password/resetPassword-style.scss */
.resetPassword-page-btn:hover {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
