#ForgotPassword.RtlDir > main {
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #ForgotPassword.RtlDir > main > section {
    height: 600px;
    max-height: 600px;
  }
}
@media (min-width: 992px) {
  #ForgotPassword.RtlDir > main > section > .Form {
    overflow: auto;
    height: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
#ForgotPassword.RtlDir > main > section > .Form > h3 {
  position: relative;
}
#ForgotPassword.RtlDir > main > section > .Form > h3::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#ForgotPassword.RtlDir > main > section > .Form form > div {
  position: relative;
}
@media (max-width: 767.98px) {
  #ForgotPassword.RtlDir > main > section > .Form form > div.link {
    flex-direction: column;
  }
}
#ForgotPassword.RtlDir > main > section > .Form form > div input {
  color: #6F1517;
  border-color: #C6C6C6;
  outline: 0 !important;
}
#ForgotPassword.RtlDir > main > section > .Form form > div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.RtlDir > main > section > .Form form > div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.RtlDir > main > section > .Form form > div input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.RtlDir > main > section > .Form form > div input:-moz-placeholder {
  /* Firefox 18- */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > button,
#ForgotPassword.RtlDir > main > section > .Form form > div > a {
  text-decoration: none;
  transition: 0.2s;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > button,
#ForgotPassword.RtlDir > main > section > .Form form > div > a:not(.register) {
  background: #008F00;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  max-height: 40px;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > button:hover,
#ForgotPassword.RtlDir > main > section > .Form form > div > a:not(.register):hover {
  background: #007600;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > a.register {
  color: #6F1517;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > a.register:hover {
  color: #f7b538;
}
#ForgotPassword.RtlDir > main > section > .IMG {
  position: relative;
}
#ForgotPassword.RtlDir > main > section > .IMG::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(111, 21, 23, 0.95);
  z-index: -1;
}
#ForgotPassword.RtlDir > main > section > .IMG > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
#ForgotPassword.RtlDir > main > section > .IMG > div {
  position: absolute;
}
#ForgotPassword.RtlDir > main > section > .IMG > div > img {
  width: 250px;
}
#ForgotPassword.RtlDir > main > section > .IMG > div > a {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 3rem;
}
#ForgotPassword.RtlDir > main > section > .IMG > div > a:nth-of-type(2) {
  border-radius: 1rem;
  margin-right: 2rem;
}
#ForgotPassword.RtlDir > main > section > .IMG > div > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#ForgotPassword.LtrDir > main {
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #ForgotPassword.LtrDir > main > section {
    height: 600px;
    max-height: 600px;
  }
}
@media (min-width: 992px) {
  #ForgotPassword.LtrDir > main > section > .Form {
    padding-right: 3rem;
    padding-left: 3rem;
    overflow: auto;
    height: 100%;
  }
}
#ForgotPassword.LtrDir > main > section > .Form > h3 {
  position: relative;
}
#ForgotPassword.LtrDir > main > section > .Form > h3::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#ForgotPassword.LtrDir > main > section > .Form form > div {
  position: relative;
}
@media (max-width: 767.98px) {
  #ForgotPassword.LtrDir > main > section > .Form form > div.link {
    flex-direction: column;
  }
}
#ForgotPassword.LtrDir > main > section > .Form form > div input {
  color: #6F1517;
  border-color: #C6C6C6;
  outline: 0 !important;
}
#ForgotPassword.LtrDir > main > section > .Form form > div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.LtrDir > main > section > .Form form > div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.LtrDir > main > section > .Form form > div input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.LtrDir > main > section > .Form form > div input:-moz-placeholder {
  /* Firefox 18- */
  color: #6F1517;
  font-size: 13px;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > button,
#ForgotPassword.LtrDir > main > section > .Form form > div > a {
  text-decoration: none;
  transition: 0.2s;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > button,
#ForgotPassword.LtrDir > main > section > .Form form > div > a:not(.register) {
  background: #008F00;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  max-height: 40px;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > button:hover,
#ForgotPassword.LtrDir > main > section > .Form form > div > a:not(.register):hover {
  background: #007600;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > a.register {
  color: #6F1517;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > a.register:hover {
  color: #f7b538;
}
#ForgotPassword.LtrDir > main > section > .IMG {
  position: relative;
}
#ForgotPassword.LtrDir > main > section > .IMG::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(111, 21, 23, 0.95);
  z-index: -1;
}
#ForgotPassword.LtrDir > main > section > .IMG > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
#ForgotPassword.LtrDir > main > section > .IMG > div {
  position: absolute;
}
#ForgotPassword.LtrDir > main > section > .IMG > div > img {
  width: 250px;
}
#ForgotPassword.LtrDir > main > section > .IMG > div > a {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 3rem;
}
#ForgotPassword.LtrDir > main > section > .IMG > div > a:nth-of-type(2) {
  border-radius: 1rem;
  margin-left: 2rem;
}
#ForgotPassword.LtrDir > main > section > .IMG > div > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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


#ForgotPassword.RtlDir > main > section > .Form form > div > div a {
  font-size: 13px;
  margin-right: auto;
  text-decoration: none;
  color: #6F1517;
  transition: 0.2s;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > div a:hover {
  color: #f7b538;
}
#ForgotPassword.RtlDir > main > section > .Form form > div > div text {
  color: #6F1517;
  font-size: 13px;
}

#ForgotPassword.LtrDir > main > section > .Form form > div > div a {
  font-size: 13px;
  margin-left: auto;
  text-decoration: none;
  color: #6F1517;
  transition: 0.2s;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > div a:hover {
  color: #f7b538;
}
#ForgotPassword.LtrDir > main > section > .Form form > div > div text {
  color: #6F1517;
  font-size: 13px;
}