.vlc_authdialog {
  text-align: center;
}

.vlc_authlogo {
  background-color: transparent;
  background-image: url("../img/vlc.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
  cursor: pointer;
}

.vlc_autherror {
  color: red;
  font-style: bold;
}
