a.goog-logo-link, .grecaptcha-logo{
    display: none !important;
}

/*#language_div{
    z-index: 1900;position: fixed;bottom:  0; padding: 10px; left: 0
}*/
.p-7 {
  padding: 1.75rem !important;
}

.h-100 {
  height: 100% !important;
}
.d-flex {
  display: flex !important;
}
.alert {
  --phoenix-alert-padding-y: 0.5rem !important;
}
.fw-600{
  font-weight: 600;
}
.slogan-label {
  color: #FFFFFF;
  text-align: left;
  font: normal normal normal 80px/88px Fortescue Pro Display;
  line-height: 88px;
  letter-spacing: 1.35px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 1.15;
  display: inline-block;
  vertical-align: middle;
  margin-left: 75px;
  margin-top: 160px;
}
.bt-ft{
    bottom: 50px;
    color: white !important;
    position: absolute;
    margin-left: 74px;
    font-size: 14px;
}
.bt-ft > div a{
  color: white !important;
  font-size: 16px;
  font-weight: bolder;
}
.lg1{
  display: block;
}
.lg2{
  display: none;
}
a.disabled {
  pointer-events: none;   /* disables clicking */
  opacity: 0.6;           /* faded look */
  cursor: not-allowed;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 0px !important;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 0px !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 15px;
}
@media(max-width:1024px) {
/*    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }*/
    .hidden-sm-down {
        display:none !important;
    }
    .lg1{
        display: none;
    }
    .lg2{
        display: block;
    }
    .bt-ft{
      bottom: 0px;
      font-size: 12px;
      margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .login_one_image {
    opacity: 1;
  }
}