.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader .loader1 {
  position: absolute;
  top: 55%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img {
  position: absolute;
  top: 45%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img img {
  width: 400px;
}

.loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
}

.loader1 span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(103, 131, 245, 0.6);
}

.loader1 span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(54, 101, 255, 0.8);
}

.loader1 span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: rgba(54, 101, 255, 0.8);
}

.loader1 span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(54, 101, 255, 0.8);

}

.loader1 span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(54, 101, 255, 0.8);
}

@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }

  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

.btnSpesial {
  height: 60px;
  background: #FF3636;
  text-align: center left;
  color: #fff;
  font-weight: 600;
  min-width: 150%;
  max-width: 200%;
  -webkit-transition-duration: 0.4s;
  cursor: pointer;
  opacity: .85;
}

.btnSpesial:hover,
.btnSpesial:focus {
  color: #fff;
  opacity: 1;
}

.isiBtnSpesial {
  max-width: 80%;
  top: 50%;
  height: 100% auto;
  float: left;
  text-align: left;
}

.panahBtnSpesial {
  max-width: 20%;
  height: 100% auto;
  float: right;
  text-align: right;
  padding-right: 5%
}

.loginColumns-d {
  padding-bottom: 40px;
}

.login-bg {
  background-image: url(../images/login-bg.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.loginColumns {
  max-width: 78% auto;
  /*max-height: 100%;*/
  padding: 100px 20px 20px 20px;
}

.loginColumns-d {
  max-width: 28%;
  /*max-height: 100%;*/
  padding: 40px 800px 20px 20px;
}

table.valign tr th {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.btn-color {
  border-radius: 60px;
  padding: 8px;
  background: #da8824;
  font-weight: 600;
  color: #fff !important;
}

.btn-color:hover {
  background: #da8824;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.btn-color:focus {
  background: #da8824;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#forgot-btn,
#back-login-btn {
  color: #6d6f70;
  font-weight: 700;
}

#forgot-btn:hover,
#back-login-btn:hover {
  text-decoration: underline;
}

.company_logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 20%;
  top: 0;
  left: 10%;
  right: 10%;
  /*box-shadow: 1px 5px 5px rgba(0,0,0,0.2);*/
}

.company_logo::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100%;
  top: 0;
  left: 10%;
  right: 10%;
}

.form-control:focus {
  border-color: #6d6f70 !important;
}

.form-control:focus+.input-group-text,
.form-control:focus~.input-group-text {
  border-color: #6d6f70 !important;
}

.special-btn-mobile {
  display: none;
}

.alert {
  margin-top: 30px;
}

.iproc-mobile {
  display: none;
}

.iproc-mobile img {
  width: 30%;
  height: 20%;
}

@media (min-width: 1600px) and (max-width:1920px) {

  html,
  body {
    font-size: 18px;
  }

  .form-control {
    padding: 22px 12px;
    font-size: 18px;
  }

  .btn {
    padding: 12px;
    font-size: 18px;
  }
}

@media (min-width: 1600px) and (max-width:1920px) {

  html,
  body {
    font-size: 18px;
  }

  .form-control {
    padding: 22px 12px;
    font-size: 18px;
  }

  .btn {
    padding: 12px;
    font-size: 18px;
  }

  .isiButtonSpesial {
    font-size: 20px;
  }
}

@media (min-width: 1921px) and (max-width:2560px) {

  html,
  body {
    font-size: 20px;
  }

  .form-control {
    padding: 22px 14px;
    font-size: 20px;
  }

  .btn {
    padding: 14px;
    font-size: 20px;
  }

  .isiButtonSpesial {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .copyright_iproc_img {
    position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;
    padding: none !important;
    margin: none !important;
  }

  .resize {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20%;
  }

  .resize img {
    max-width: 30%;
  }

  .span_footer {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  html,
  body {
    font-size: 18px;
  }

  h2.font-bold {
    font-size: 32px;
  }

  .form-control {
    padding: 22px 12px;
    font-size: 18px;
  }

  .btn {
    padding: 12px;
    font-size: 18px;
  }

  .loginColumns-d {
    max-width: 100%;
    /*max-height: 100%;*/
    padding: 0;
  }

  .loginLogin {
    position: absolute !important;
    height: 100% !important;
    margin: 1% !important;
    left: 0;
  }

  .copyright_iproc_img {
    display: none;
  }

  .iproc-mobile {
    position: fixed !important;
    display: inline;
    z-index: 102;
    bottom: 0px !important;
    width: 100%;
    height: 80px;
  }

  .iproc-mobile img {
    width: 20%;
    height: 10%;
  }

  .copyright_iproc_img {
    display: none;
  }

  .span_footer {
    display: block !important;
  }
}

@media (max-width:500px) {

  html,
  body {
    font-size: 12px;
  }

  .preloader .preloader-img img {
    width: 300px;
  }

  .loader1 span {
    width: 10px;
    height: 10px;
  }

  .login-bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .loginLogin {
    height: 98% !important;
  }

  .btnSpesial {
    display: none;
  }

  .copyright_iproc_img {
    display: none;
  }

  .special-btn-mobile {
    display: inline;
  }

  .iproc-mobile {
    position: absolute;
    display: inline;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background: transparent
  }

  .alert {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
}

@media (max-width:375px) {

  html,
  body {
    font-size: 11px;
  }

  .login-bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .loginLogin {
    height: 98% !important;
  }

  h2.font-bold {
    font-size: 20px;
    margin-bottom: 0;
  }

  .btnSpesial {
    display: none;
  }

  .copyright_iproc_img {
    display: none;
  }

  .special-btn-mobile {
    display: inline;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-control {
    padding: 4px 8px !important;
  }

  .btn {
    padding: 4px;
  }

  .alert {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .iproc-mobile {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
  }
}

@media (max-width:360px) {

  html,
  body {
    font-size: 11px;
  }

  .login-bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .loginLogin {
    height: 98% !important;
  }

  h2.font-bold {
    font-size: 20px;
    margin-bottom: 0;
  }

  .btnSpesial {
    display: none;
  }

  .copyright_iproc_img {
    display: none;
  }

  .special-btn-mobile {
    display: inline;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-control {
    padding: 4px 8px !important;
  }

  .btn {
    padding: 4px;
  }

  .alert {
    padding: 8px;
    margin-bottom: 12px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .iproc-mobile {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
  }
}

@media (max-width:320px) {

  html,
  body {
    font-size: 11px;
  }

  .login-bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .loginLogin {
    height: 98% !important;
  }

  h2.font-bold {
    font-size: 16px;
    margin-bottom: 0;
  }

  .btnSpesial {
    display: none;
  }

  .copyright_iproc_img {
    display: none;
  }

  .special-btn-mobile {
    display: inline;
  }

  .form-group {
    margin-bottom: 8px;
  }

  .form-control {
    padding: 4px 8px !important;
  }

  .btn {
    padding: 4px;
  }

  .alert {
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 0;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .iproc-mobile {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
  }
}

@media (max-height:450px) {
  .company_logo img {
    width: 200px;
  }

  .loginColumns-d {
    max-width: 100%;
    /*max-height: 100%;*/
    padding: 0;
  }

  .loginLogin {
    position: static !important;
    height: 100% !important;
    margin: 1% !important;
  }

  .copyright_iproc_img {
    display: none;
  }

  .iproc-mobile {
    position: fixed !important;
    display: inline;
    z-index: 102;
    bottom: 0px !important;
    width: 100%;
    height: 60px;
  }

  .iproc-mobile img {
    width: 20%;
    height: 10%;
  }
}