body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.logo {
  position: relative;
  top: -10px;
  padding: 8px;
  height: 40px;
  /*width: 60px;*/
  color: #000;
  border: 1px solid gray;
  background-color: #fff;
}

.hide {
  visibility: hidden;
}

.navbar-logged {
  float: right;
  padding: 8px;
  color: #fff;
  text-align: right;
}

.navbar-logged-status {
  display: inline-block;
  margin-right: 10px;
}

.navbar-text-splitter {
  color: #fff;
  margin: 0px 10px;
}

.btn-login {
  width: 140px;
}

.alert {
  border-radius: 0;
}

.alert-contianer {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.paginate_button {
  margin: 0px 5px;
}
/*#transactions_processing {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}*/

.footer-container {
    display: flex;
    justify-content: space-between; /* Aliniază elementele la capete */
    align-items: center; /* Centrează elementele pe verticală */
}

/* Este posibil ca Bootstrap să adauge o margine inferioară la elementele de formular,
  acest cod o elimină pentru a asigura o aliniere verticală perfectă.
*/
.language-selector-form .form-group {
    margin-bottom: 0;
}

.copyright-text {
    margin-bottom: 0;
}