.login-footer {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-login-logo {
  width: 120px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 16px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-container-texts .content-asset:first-child {
  color: #ffffff;
  font-weight: 700;
}

.label-warning {
  line-height: 16px;
  font-size: 12px;
  color: #b0b0b0;
}

.login-footer {
  background-color: #000000;
}

.footer-text-title {
  color: #000000;
}

@media (max-width: 768px) {
  .footer-logo {
    width: 97px;
    height: 25px;
    margin: -10px 0px 5px -5px;
  }
}
