﻿body {
  font-size: smaller;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  
  background: linear-gradient(225deg,  rgba(127, 6, 181, 0.6), rgba(255, 255, 255, 1), rgba(0, 195, 137, 0.6));
  background-size: 200% 200%;
  animation: bgMove 10s ease-in-out infinite;
}

@keyframes bgMove {
  0%   { background-position: 0 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}


#historyBackIcon {
  cursor: pointer;
  position: absolute;
  left: 1rem;
  top: 1rem
}


#historyBackIcon svg {
  width: 24px;
  color: rebeccapurple
}


.parentLogin {
  display: flex;
  position: relative;
  width: 85%;
  height: 75dvh;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0 10px #666;
}


.loginRenderBody {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 992px) {
  .container-row {
    min-height: 100dvh;
    background-color: #20c5ba;
  }
  
  .campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


.container-row {
  min-height: calc(100dvh - 58px);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


.campaign {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.col-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}


.products-col {
  background-color: #20c5ba;
  display: none;
  position: sticky;
  top: 0;
  min-height: 600px;
}


@media (min-width: 992px) {
  .form-col {
    max-width: 500px;
  }
}


.form-col {
  background-color: #f5f7fa;
}


@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}


element.style {
}


@media (min-width: 992px) {
  .form-col {
    max-width: 500px;
  }
}


.form-col {
  background-color: #f5f7fa;
}


@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}


.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  /* width: 100%; */
  padding-right: 14px;
  padding-left: 14px;
}


*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


user agent stylesheet
div {
  display: block;
}


.container-row {
  min-height: calc(100dvh - 58px);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


.mbody {
  font-family: YekanBakh;
  font-size: 1rem;
  font-weight: 500;
  color: #858585;
  /*direction: rtl !important;*/
  text-align: right;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


.content, .content-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


.content-container {
  padding-top: 20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}


.content__title {
  color: #0065f2;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}


.content__body {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


.content__error {
  color: #cc5051;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 22px;
}


.form-group {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}


.form-group__input:-webkit-autofill, .form-group__select:-webkit-autofill {
  background-color: transparent !important;
}


.form-group__input--ltr {
  direction: ltr;
}


.form-group__input,
.form-group__select {
  display: block;
  width: 100%;
  padding: 11px 35px 11px 15px;
  font-size: 15px;
  margin-bottom: 4px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  background-color: #fff;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  height: 40px;
  color: #333;
}


.form-group__input:focus {
  border-color: #04857c;
  outline: none;
}


.form-group__icon {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 2;
}


.login-btn {
  height: 40px;
  font-size: 18px;
  border-radius: 6px;
  /* background: linear-gradient(to right,rgba(4, 133, 124, 0.8), rgba(0, 196, 196, 0.8) ); */
  color: white;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.login-btn:hover {
  /* background-color: #00997f; */
  box-shadow: 0 2px 8px rgba(0, 175, 145, 0.3);
}


.form-group__msg {
  font-size: 11px;
  font-weight: 400;
  min-height: 15px;
}


.buttonLogin {
  height: 37px;
  /*   background: var(--color2);*/
  /*background: linear-gradient(to bottom, var(--color7), var(--color8));*/
  background-color: var(--color7);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 2px 10px -1px rgb(64 42 169 / 50%);
  padding-bottom: 2px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  user-select: none;
}


.buttonLogin:hover {
  background: linear-gradient(to bottom, var(--color8), var(--color7));
}


.buttonLogin:active {
  background: linear-gradient(to bottom, var(--color7), var(--color8));
}


.buttonLogin--block {
  width: 100%;
  display: block;
}


input {
  background-color: lightblue;
  font-family: "IRANSansBold";
}


.forgetPassword {
  color: #5811b4;
  transition: all .3s;
}


.forgetPassword:hover {
  text-decoration: underline;
  color: #3a0288 !important;
}


.otpPassword {
  color: #444;
  transition: all .3s;
}


.otpPassword:hover {
  text-decoration: underline;
  color: #333 !important;
}


.errorLoginText {
  font-family: IRANSansMedium;
  direction: rtl;
  margin-top: .5rem;
  color: #dc3545;
  display: flex;
  flex-direction: column;
}


.errorLoginText ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


@media (min-width: 992px) {
  .loginRenderBody {
    width: 50% !important;
  }
  
  .loginRenderBody > div > p {
    font-size: 22px !important;
  }
  
  .parentLogin {
    width: 55% !important;
    height: 65dvh !important;
    padding: 1rem;
  }
}


@media (min-width: 1200px) {
  
  .loginRenderBody > div > p {
    font-size: 24px !important;
  }
}


@media (max-width: 767px) {
  .form-group__input {
    height: 36px !important;
  }
  
  .buttonGreen {
    height: 36px !important;
    font-size: 16px !important;
  }
  
  .form-group__icon {
    top: 5px;
  }
}