.body-login {
  font-family: helvetica !important;
  background-color: #6866ad !important;
}

.background-login {
  width: 100%;
}

/* --------------------24-10-2019---------------------- */

/* class yang digunakan untuk mengatur logo pada login */

.senkatech-login-logo {
  width: 80px;
}

/* end class */

/* -------- */

/* ----------------------24-10-2019------------------------ */

/* class yang digunakan untuk mengatur container pda login */

.senkatech-login-container {
  background-color: #f9fcf9;
  /*padding: 90px 0;*/
}

.senkatech-login-container .image-holder {
  background: url("../../assets/img/produk/mockup2.png");
  display: table-cell;
  width: auto;
  height: 300px;
  background-size: cover;
}

.image-holder {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px;
  background-color: #ffffff;
}

.senkatech-login-container .senkatech-login-form-container {
  display: table;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.senkatech-login-container form {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: table-cell;
  width: 370px;
  background-color: #f9fcf9;
  padding: 30px 50px;
  color: #505e6c;
}

@media (max-width:991px) {
  .senkatech-login-container form {
    padding: 40px;
  }
}

.senkatech-login-container form .form-control {
  margin-top: 15px;
  display: block;
  width: 100%;
  min-width: 125px;
  /*height: 32px;*/
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0.5px solid #eeeeee;
  /*border-radius: 0px;*/
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.senkatech-login-container form .form-check {
  font-size: 13px;
  line-height: 20px;
}

.senkatech-login-container form .btn-primary {
  background: #f4476b;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 35px;
  text-shadow: none;
  outline: none !important;
}

.senkatech-login-container form .btn-primary:active {
  transform: translateY(1px);
}

.senkatech-login-container form .already {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

/* end class */

/* -------- */

/* swing animated infinite style="padding-right: 0px;font-size: 66px;color: #28a745;" */

/* ----------------------23-10-2019--------------------- */

/* class yang digunakan untuuk mengatur nama perusahaan */

.senkatech-login-judul {
  margin-top: 10px;
  /*margin-bottom: 0px;*/
  font-weight: bold;
  font-size: 14px;
  color: #6866ad;
  letter-spacing: 1px;
}

/* end class */

/* -------------------------23-10-2019--------------------- */

/* -----------------------23-10-2019-------------------- */

/* class yang digunakan untuk mengatur inputan pada login */

.senkatech-login-container form .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #6866ad;
  outline: 0;
}

/* end class */

/* -------- */

/* -------------------23-10-2019-------------------- */

/* class yang diguakan untuk mengatur button login */

.senkatech-login-btn {
  margin-top: 10px;
  min-width: 100px;
  font-size: 14px;
  background-color: #3b8811 !important;
  color: #fff !important;
}

/* end class */

/* -------- */

/* claass yang digunakan untuk mengatur font eye pada login */

.field-icon {
  float: right;
  font-size: 12px;
  padding-right: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

/* end class */

p {
  /*font-size: 12px;*/
}

.senkatech-td {
  width: 50px;
}

.fa-chevron-right {
  font-size: 10px;
  color: #fff !important;
}

.fa-chevron-left {
  font-size: 10px;
  color: #fff !important;
}

.senkatech-login-footer {
  margin-top: 20px;
  font-size: 12px;
  color: #6c757d8c;
}

/* rotasi layar Handphone */

@media screen and (min-width: 0px) and (max-width: 400px) {
  .senkatech-container {
    /*padding: 100px 0px;*/
  }
}

/* end  Handphone */

/* rotasi layar tablet potrait */

@media screen and (min-width: 361px) and (max-width: 800px) {
  .senkatech-container {
    /*padding: 170px 0px;*/
  }
}

/* end tablet potrait */

/* end rotasi layar tablet landscape */

@media screen and (min-width: 361px) and (max-width:1300px) {
  .senkatech-container {
    /*padding: 170px 0px;*/
  }
}

/* end tablet */

/* untuk layar resolusi 20 inc 1 */

@media screen and (min-width: 1250px) and (max-width: 1400px) {
  .senkatech-container {
    /*padding: 100px 0px;*/
  }
}

/* end layar 20 inc 1 */

/* untuk resolusi 20 inc */

@media screen and (min-width: 1410px) and (max-width: 1550px) {
  .senkatech-container {
    /*padding: 170px 0px;*/
  }
}

/* end resolusi 20 inc */

/* untuk resolusi layar 24 inc */

@media screen and (min-width: 1600px) {
  .senkatech-container {
    padding: 230px 0px;
  }
}

