html[lang=fa-IR] > body  {
//font-family: IranSans !important;
  font-family: Yekan Bakh FA !important;
}
html[dir=ltr] > body {
  font-family: GT Walsheim Pro !important;
}
body {
  direction: ltr !important;
  font-size: 14px;
  background-color: #fff;
}

.help-block {
  direction: rtl;
}

.bg1 {
  position: fixed;
  top: 0;
  right: 0;
  height: 84%;
}

.bg2 {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 40%;
}

.formBox {
  position: relative;
  margin-top: 5%;
  left: 10%;
  width: 581px;
  box-shadow: 0 3px 10px 2px rgba(119, 119, 119, 0.1);
  border-radius: 5px;
  padding: 40px;
  background-color: #fff;
}
.formBox .logoText {
  color: #1B9CFB;
  text-align: center;
  font-family: sans-serif;
  font-size: 73px;
  margin-bottom: 30px;
}
.formBox .loginText {
  text-align: center;
  color: #768899;
  font-size: 18px;
  margin-bottom: 26px;
}
.formBox .form-group {
  margin: 0 !important;
}
.formBox .form-group.password {
  margin: 12px 0 0 0 !important;
}
.formBox .loginInput {
  direction: ltr;
  display: block;
  width: 100%;
  background: #fff;
  height: 60px;
  border: 1px solid #B8E5F6;
  padding: 0 24px;
  transition: 0.3s border, 0.3s background, 0.3s padding;
  font: 16px Roboto, sans-serif;
  color: #86ACC4;
  border-radius: 3px;
}
.formBox .loginButton {
  background: linear-gradient(to right, #1478fa, #22c5fc);
  min-width: 130px;
  padding: 0 16px;
  display: block;
  transition: 0.3s background, 0.3s color, 0.3s border;
  border: none;
  border-radius: 3px;
  height: 60px;
  color: #fff;
  font: 500 20px IranSans;
  cursor: pointer;
  width: 100%;
}

.copyright {
  margin: 0 auto;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #91b4ca;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptchaCopyRight {
  margin-bottom: 15px;
  direction: rtl;
  text-align: justify;
  color: #a2a2a2;
}

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