body, html {
    height: 100%;
   
  }
#app{
      height:100%;
  }

.py-4{
    height:100%;
    padding-top:0 !important;
}

.login-background{
    background-image: url('/images/icons/Group 4143.svg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    height:100%;
  }
  
.login-form{
    margin-top:40%;
}

.login-form .form-control{
    background: none;
    box-shadow: 2px 4px 20px #00000026;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
}

.login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
  }
  
  .login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
  }
  
  .login-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
  }
  .login-btn{
    background-color: #fff;
    border-radius: 5px;
    color: #603913;
    width:21%;
    font-weight:bold;
    margin: 0 32%;
    margin-top:20px;
  }
  .login-forgot{
      color:#fff !important;
      margin: 0 31%;
      margin-left: 40%;
      margin-top:20px;
  }

  .kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet .kt-portlet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 25px 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.kt-portlet .kt-portlet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  border-radius: 4px;
}

.dataTables_length label {
  display: flex;
  margin-bottom: .5rem;
  width: 30%;
}

.dataTables_filter label {
  display: flex;
  margin-bottom: .5rem;
  width: 60%;
}

.dt-buttons button {
  color: #6c7293;
  background: #ebe9f2;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: .5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

.lrts {
  width: 200px;
}

