#llar-login-page-gdpr {
  position: fixed;
  padding: 15px;
  background-color: rgba(#000,0.9);
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  z-index: +1;

  .llar-login-page-gdpr__message {
    font-size: 14px;
    color: #fff;
  }

  .llar-login-page-gdpr__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
  }
}