body, html {
  height: 100%;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Shabnam-Light';
  src: url(../fonts/shabnam/Shabnam-Light.eot);
  src: url(../fonts/shabnam/Shabnam-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/shabnam/Shabnam-Light.woff) format("woff"), url(../fonts/shabnam/Shabnam-Light.ttf) format("truetype");
  font-weight: normal;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.first-font {
  font-family: 'Shabnam-Light', tahoma;
}

.animated {
  -webkit-animation-duration: .3s !important;
          animation-duration: .3s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.login-main-app {
  padding: 0;
  margin: 0;
  height: 100%;
}

.login-main-app > .row {
  height: 100%;
  margin: 0;
}

.login-view {
  height: 100%;
  padding: 0;
}

.login-form-view {
  background: white;
  position: relative;
  z-index: 8;
}

.login-photo-view {
  background-color: #dadada;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.login-photo-view .content {
  position: absolute;
  bottom: 20%;
  right: 30px;
  cursor: default;
}

.login-photo-view .content h1 {
  font-size: 55px;
  text-shadow: 0 0 7px rgba(111, 111, 111, 0.5);
  margin-bottom: 30px;
  padding-right: 12px;
  color: white;
}

.login-photo-view .content h1.animated {
  -webkit-animation-duration: .3s !important;
          animation-duration: .3s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.login-photo-view .content p {
  padding-right: 12px;
  font-size: 14px;
  color: #f9f9f9;
  text-shadow: 0 0 7px rgba(111, 111, 111, 0.5);
}

.login-photo-view .content p.animated {
  -webkit-animation-duration: .8s !important;
          animation-duration: .8s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.login-main-form {
  margin: 120px 60px 0;
  direction: ltr;
  padding: 0;
  position: relative;
}

.login-main-form h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #912d8d;
}

.login-main-form img {
  text-align: center;
  margin-bottom: 50px;
  color: #912d8d;
  height: 70px;
}

.custom-input {
  margin-bottom: 20px;
}

.custom-input span {
  background: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  padding-bottom: 5px;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.custom-input span i {
  font-size: 18px;
  color: #b3b3b3;
  margin-top: 2px;
  display: block;
}

.custom-input input {
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;
  border-left: 0;
  padding: 10px 19px;
  display: block !important;
  color: #666;
  border-radius: 0;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: 44px;
}

.custom-input input:focus {
  border: 1px solid #e0e0e0;
  border-left: 0;
}

.custom-input.animated {
  -webkit-animation-duration: .3s !important;
          animation-duration: .3s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.custom-input.active span {
  border: 1px solid #912d8d !important;
}

.custom-input.active span i {
  color: #912d8d !important;
}

.custom-input.active input {
  border: 1px solid #912d8d;
  border-left: 0;
}

.login-form-details .forget-password {
  text-align: center;
  font-size: 0.65em;
  margin-top: 30px !important;
  color: #888;
}

.login-form-details .forget-password a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.login-form-details .forget-password a:hover {
  color: #bb1088;
}

.login-form-details button {
  outline: none;
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 36px;
  border-radius: 4px;
  font-size: 1em;
  border: 0;
  color: white;
  background: #960b78;
}

.login-form-details button:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #bb1088;
}

hr.style15 {
  border-top: 4px double #ececec;
  text-align: center;
}

hr.style15:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: white;
  color: #8c8b8b;
  font-size: 18px;
}

.register-div {
  text-align: center;
}

.register-div a {
  background: #960b78 !important;
  color: white !important;
  margin: 60px auto 0 !important;
  width: 192px !important;
  padding: 0 0 0 22px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  border-radius: 30px;
  overflow: hidden;
}

.register-div a span {
  margin: 0px 18px;
  padding: 12px;
  display: inline-block;
  vertical-align: middle;
  background: #770960;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.register-div a:hover span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #bb1088 !important;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.dimmer {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  padding: 90px 0;
  display: none;
}

.dimmer.active {
  display: block;
}

.alert {
  text-align: right;
  direction: rtl;
  padding: 5px 6px;
  font-size: 13px;
  display: none;
  width: 100%;
  margin: 0 auto 15px;
  background: none;
  border-radius: 5px;
}

.alert.active {
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (max-width: 480px) {
  .login-main-form {
    margin: 90px 0 0 0;
  }
}
/*# sourceMappingURL=login.css.map */