body {
  background-size: cover;
  font-family: helvetica !important;
  background-color: #fff;
}
.background-login {
  width: 100%;
}

/*--------------------24-10-2019----------------------*/
/*class yang digunakan untuk mengatur logo pada login*/
.senkatech-login-logo{
  width: 120px;
}
/*end class*/
/*--------*/
/*----------------------24-10-2019------------------------*/
/*class yang digunakan untuk mengatur container pda login*/
.senkatech-login-container {
  padding: 90px 0;
}
.senkatech-login-container .image-holder {
  display: table-cell;
  width: auto;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder {
/*  border-top-left-radius: 6px;
border-bottom-left-radius: 6px;*/
padding: 10px;
background-color: #fff;
}
.senkatech-login-container .senkatech-login-form-container {
  display: table;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.senkatech-login-container form {

  /*border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;*/
  text-align: center;
  display: table-cell;
  width: 450px;
  background-color:#4c56c0;
  padding: 70px 50px;
  color: #cfdcfa;
}
@media (max-width:991px) {
  .senkatech-login-container form {
    padding: 80px;
  }
}
.senkatech-login-container form .form-control {
  margin-top: 20px;
  display: block;
  min-width: 125px;
  height: 32px;
  padding: .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #eee;
  background-clip: padding-box;
  border-radius: 0px;
}
.input-group-text {
  margin-top: 20px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #eee;
}
.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 judul dan sub judul*/
.senkatech-login-judul {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}

.senkatech-login-subjudul {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  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: #1ed761;
  outline: 0;
}

/*end class*/
/*--------*/
/*-------------------23-10-2019--------------------*/
/*class yang diguakan untuk mengatur button login */
.senkatech-login-btn {
  border-radius: 2px;
  min-width: 100px;
  padding: 4px;
  font-size: 14px;
  height: 30px;
  background-color:#1ed761 !important;
  color: #fff !important;
}
/*end class*/
/*--------*/
/*claass yang digunakan untuk mengatur font eye pada login*/

/*end class*/
p{
  font-size: 12px;
}
th {
  color: #fff;
  font-size: 11px;
}
td {
  width: 500px !important;
  color: #fff;
  width: auto;
  font-size: 12px;
}
.senkatech-td {
  width: 50px;
}
.btn-danger {
  border-color: #fff !important;
  background-color: #cb1d65 ;
}
.fa-eye {
  color: #000;
}
.fa-eye-slash {
  color: #000;
}

.senkatech-login-footer {
  margin-bottom: -50px;
  margin-top: 50px;
  font-size: 10px;
  color: #fff;
}

.senkatech-margin {
  margin-top: 20px;
}

label {
  color: #fff;
  font-size: 13px;
}
.senkatech-image-sosmed {
  width: 18px;
}
.senkatech-image-sosmed-yt {
  width: 20px;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}