body, html {
  height: 100%;
  padding: 0;
  margin: 0;
  direction: rtl;
}
@font-face {
  font-family: 'BNazanin';
  src: url('../../fonts/BNazanin.eot?#') format('eot'),
  url('../../fonts/BNazanin.ttf') format('truetype'),
  url('../../fonts/BNazanin.woff') format('woff');
  }
  @font-face {
     font-family: 'Yekan';
     src: url('../../fonts/yekan.eot?#') format('eot'),
     url('../../fonts/yekan.ttf') format('truetype'),
     url('../../fonts/yekan.woff') format('woff');
     }
     @font-face {
      font-family: 'sans';
      src: url('../../fonts/IRANSansWeb.ttf?#') format('eot'),
      url('../../fonts/IRANSansWeb.ttf') format('truetype'),
      url('../../fonts/IRANSansWeb.woff') format('woff');
      }
      @font-face {
          font-family: 'sans-bold';
          src: url('../../fonts/IRANSansWeb_Bold.ttf?#') format('eot'),
          url('../../fonts/IRANSansWeb_Bold.ttf') format('truetype'),
          url('../../fonts/IRANSansWeb_Bold.woff') format('woff');
          }
body{
    font-family:sans,Yekan;
}

.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: 'Yekan', 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-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;
  display: none;
}

.login-photo-view .content.active {
  display: block;
}

.login-photo-view .content h1 {
  font-size: 30px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: dimgrey;
  /* width: 80%; */
  display: inline-block;
  padding: 20px;
  max-width: 95%;
}

.login-photo-view .content .blogDescription {
  background-color: rgba(255, 255, 255, 0.9);
  color: dimgrey;
  line-height: 27px;
  padding: 20px;
  width: 79%;
}

.login-photo-view .content .blogUrl {
  font-family: 'Yekan', tahoma;
  padding: 5px 10px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.9);
  color: dimgrey;
  margin-top: 10px;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
  display: inline-block;
}

.login-photo-view .content:hover .blogUrl {
  background-color: #5ba2ad;
  color: white !important;
}

.login-photo-view .content:hover h1 {
  color: #5ba2ad !important;
}

.login-photo-view .content .blogUrl > a {
  text-decoration: none;
  color: inherit;
}

.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.animated {
  -webkit-animation-duration: .8s !important;
          animation-duration: .8s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

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

.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 #5ba2ad !important;
}

.custom-input.active span i {
  color: #5ba2ad !important;
}

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

.login-form-details .forget-password {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

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

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

.login-form-details button {
  outline: none;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 1em;
  border: 0;
  color: white;
  background: #5ba2ad;
  font-size: 0.98em;
}
.login-form-details .btn_sub{
  outline: none;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 1em;
  border: 0;
  color: white;
  background: #5ba2ad;
  font-size: 0.98em;
  margin-bottom: 10px;
  cursor: pointer;
}

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

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: #5ba2ad !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: #43747c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.register-div a:hover span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #3c666d !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;
}

.fetchRndPost {
  margin: 250px 0;
}

.fetchRndPost p {
  text-align: center;
  font-size: smaller;
  color: #c1c1c1;
}
.custom-input span{
  background: none !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    padding-bottom: 5px;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.custom-input input{
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  border-right: 0;
  padding: 10px 19px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  display: block !important;
  color: #666;
  border-radius: 0;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: 44px;
}
.custom-input input:focus{
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  border-right: 0;
  padding: 10px 19px;
  display: block !important;
  color: #666;
  border-radius: 0;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: 44px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}
.input-group .form-control{
  direction: rtl;
}
.username_admin_now{
  padding: 15px;
    
    margin-bottom: 14px;
}
.form_admin{
  border: 1px solid #ddd;
    border-radius: 10px;
    min-height: 186px;
}
/*# sourceMappingURL=login.css.map */