.pace-done-login {
  background-image: url(/assets/images/auth/bg-login.jpg) !important;
}
/* Centralizar login no mobile */

@media (min-width: 769px) {
  .text-mobile-end {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-center {
    justify-items: center;
  }
  .text-mobile-end {
    float: right;
  }
  .text-mobile-none {
    display: none;
  }
  .mobile-off {
    display: none !important;
  }
}

.alert {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.lobibox-body-text {
  color: #ce812e !important;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button.ff_fileupload_start_upload {
display: none;}
