html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F5;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url('../assets/font/ITC Avant Garde Gothic Book Regular.otf') format('opentype');
}

.form-signin-forgot {
  max-width: 500px;
  min-width: 500px;
  /* padding: 15px; */
}

.form-signin-forgot .form-floating:focus-within {
  z-index: 2;
}

.form-signin-forgot input[type="email"] {
  margin-bottom: -1px;
}

.form-signin-forgot input[type="password"] {
  margin-bottom: 10px;
}

.forgot-text-style {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-feature-settings: 'tnum'on, 'lnum'on;
  color: #454A4C;
}

.forgot-input-style {
  background: #FFFFFF;
  border: 1px solid #9C9C9C;
  border-radius: 8px;
  height: 50px;
}

.forgot-password-text {
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  font-feature-settings: 'tnum'on, 'lnum'on;
  color: #0300F5;
  text-decoration: unset;
}

.forgot-btn {
  height: 50px;
  background: #0300F5;
  border-radius: 8px;
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  font-feature-settings: 'tnum'on, 'lnum'on;
  color: #FFFFFF;
}

.forgot-btn:hover {
  background: #0300F5;
}

.remove-underline {
  text-decoration: unset;
  color: #fff;
}

.card-shadow-forgot {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 32px;
}

.forgot-txt {
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  font-feature-settings: 'tnum'on, 'lnum'on;
  color: #000000;
}

.required {
  color: #FF3131;
}


.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text :before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

.forgot-login-with-txt {
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  font-feature-settings: 'tnum'on, 'lnum'on;
  color: #0300F5;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.forgot-left-arrow-align {
  display: inline-flex;
  vertical-align: baseline;
  padding-left: 10px;
  margin-top: 9px;
}

.forgot-logo-size {
  width: 70%;
  height: 100%;
  padding-top: 3rem;
}


@media (max-width: 576px) {
  .forgot-logo-size {
    width: 100%;
    height: 100%;
  }

  .forgot-txt {
    font-size: 22px;
  }


  .forgot-password-text {
    font-size: 16px;
  }

  .forgot-login-with-txt {
    align-items: unset;
  }
}

/* login page */

.login_bg{
  background-image: url('/assets/logo/login_img.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 100%;
}