.lb24-notice {
  background: #0055ff !important;
  border-radius: 4px !important;
  border: none !important;
  height: 40px !important;
  color: #fff !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.lb24-notice-info-button {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 0 8px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 40px;
}

.lb24-notice-info-button:hover {
  color: #40f1d0;
}

.lb24-wp-notice-login-logo {
  width: 150px;
  margin-left: auto;
}

@media(max-width: 1100px) {
  .lb24-notice-info-text {
    display: none;
  }
}