@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
*, body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  height: 100%;
}
.form-body {
  background-color: #222;
  height: 100%;
}
.form-body > .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.img-holder {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  min-height: 700px;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  padding: 60px;
  text-align: center;
  z-index: 999;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right:40px solid #222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.img-holder .info-holder {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.img-holder .info-holder h3 {
  display: inline-block;
  color: #fff;
  text-align: left;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 30px;
  width: 100%;
  max-width: 378px;
  padding-right: 30px;
}
.img-holder .info-holder p {
  display: inline-block;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 378px;
  padding-right: 30px;
}
.login-logo {
  max-width: 140px !important;
  float: left;
  margin-left: 0px;
}
.img-holder .bg {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: -1;
}
.form-button a {
  color: #fff !important;
}
@media (min-height: 700px) {
  .img-holder {
    position: fixed;
  }
  .website-logo {
    position: fixed;
  }
}
.form-holder {
  margin-left: 440px;
  width: 100%;
}
.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px;
  min-height: 100%;
}
.form-holder .form-content ::-webkit-input-placeholder {
  color: #526489;
}
.form-holder .form-content :-moz-placeholder {
  color: #526489;
}
.form-holder .form-content ::-moz-placeholder {
  color: #526489;
}
.form-holder .form-content :-ms-input-placeholder {
  color: #526489;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control ::-webkit-input-placeholder {
  color: #526489;
}
.form-control :-moz-placeholder {
  color: #526489;
}
.form-control ::-moz-placeholder {
  color: #526489;
}
.form-control :-ms-input-placeholder {
  color: #526489;
}
.form-content {
  position: relative;

  background: url(../img/login-bg.jpg) no-repeat center;
  background-size: cover;
}
.form-content .form-group {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.form-content .form-items {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-content h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.form-content p.form-subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}
.form-content label {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px;
}
.form-content .page-links {
  margin-bottom: 34px;
}
.form-content .page-links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content .page-links a:last-child {
  margin-right: 0;
}
.form-content .page-links a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content .page-links a.active {
  font-weight: 700;
}
.form-content .page-links a.active:after {
  background-color: #fff;
}
.form-content .page-links a:hover:after, .form-content .page-links a:focus:after {
  background-color: #fff;
}
.form-content input, .form-content .dropdown-toggle.btn-default {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}
.form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}
.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}
.form-content textarea:hover, .form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}
.form-content .form-button .ibtn {
  border-radius: 6px;
  border: 0;
  padding: 6px 28px;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
.mob-logo {
  display: none;
}
.mob-logo img {
  max-width: 120px;
}
.mob-logo h3 {
  font-size: 14px;
}
.login-disclaimer {
  position: absolute;
  color: #fff;
  bottom: 0;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  padding: 30px 45px 30px 0px;
}
.test {
  position: relative;
}
.pre-div {
  background-color: #222;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  display:none;
}
.loader {
  /*background-image: url("../img/roiq.gif");*/
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top:0;
  width: 340px;
  text-align: center;
  background-size: contain;
  display: none;
}
.loader h5 {
  font-size: 11px;
  margin-left: -5px;
}
@media (max-width: 992px) {
  .img-holder {
    display: none;
  }
  .mob-logo {
    display: block;
  }
  .form-holder {
    margin-left: 0;
  }
  .form-holder .form-content {
    padding: 125px 60px 60px;
  }
  .form-body.on-top .form-holder .form-content, .form-body.on-top-mobile .form-holder .form-content {
    padding: 60px;
  }
  .website-logo {
    position: relative;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
  }
  .website-logo .logo {
    background-image: url("../images/logo-light.svg");
  }
  .form-body.without-side .img-holder {
    display: inline-block;
  }
  .form-body.without-side .website-logo .logo {
    background-image: url("../images/logo-light.svg");
  }
  .form-body.without-side .form-holder .form-content {
    padding: 125px 30px 60px;
  }
  .form-body.on-top-mobile .website-logo {
    position: absolute;
  }
  .form-body.on-top-mobile .img-holder {
    display: block;
    position: relative;
    width: 100%;
    min-height: initial;
    height: initial;
    overflow: initial;
    padding: 40px;
  }
  .form-body.on-top-mobile .img-holder .info-holder.simple-info h3 {
    margin-bottom: 16px;
  }
  .form-body.on-top-mobile .img-holder .info-holder.simple-info p {
    margin-bottom: 10px;
  }
  .form-body.on-top-mobile .img-holder .info-holder.simple-info img {
    margin-bottom: 20px;
  }
  .form-body.on-top-mobile .form-holder {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .form-body.on-top .img-holder, .form-body.on-top-mobile .img-holder {
    padding: 90px 40px 40px;
  }
  .form-content .row.top-padding .form-button {
    text-align: left !important;
    margin-top: 30px;
  }
}
.hideMe {
  display: none;
}
.two-factor {
  display: block;
  background-color: rgba(0,0,0,.1);
  border-radius: 12px;
  margin: 0 auto;
  padding: 30px 30px 84px;
}
.two-factor-icon {
  width: 100px;
  margin: 0 auto;
}
.two-factor h1 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px 0px;
  padding: 0;
}
.two-factor h1:after {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  height: 1px;
  width: 70%;
  margin: 10px auto 0;
  padding: 0;
}
.two-factor .form__pincode {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  padding: 0;
}
.two-factor .form__pincode:before, .two-factor .form__pincode:after {
  display: table;
  content: '';
}
.two-factor .form__pincode > label {
  display: block;
  text-align: center;
  margin: 0px 0 10px;
}
.two-factor .form__pincode > input {
  display: inline-block;
  width: 15%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 2em;
  color: #181819;
  border: 0;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  cursor: default;
  user-select: none;
  margin: 0;
  margin-top: 10px;
  margin-right: 2%;
  padding: 0;
  float: left;
}
.two-factor .form__pincode > input:last-child {
  margin-right: 0;
}
.two-factor .form__pincode:before, .two-factor .form__pincode:after {
  display: table;
  content: '';
}
.resend-code {
  color: #fff;
  float: right;
  margin-top: 10px;
  font-size: 12px;
}
.resend-code:hover {
  color: #ccc;
  text-decoration: none;
}

.two-factor .form__group--error.form__pincode > input {
  background-color: #eb3b3b;
}
.two-factor .form__group--error.form__pincode > input[disabled] {
  background-color: #eb3b3b;
  color: #fff;
  opacity: 1;
}

