body {
  background: #ffffff;
  background-image: url("http://www.sitezilla.nl/images/2015/03/zilla-texture-3.jpg");
  background-repeat: repeat;
  min-width: 0;
  color: #444;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

#login h1 a { 
	background-image: url("http://www.sitezilla.nl/images/2015/03/sitezilla-logo.png") !important; 
	z-index: 9999;
	background-size: 384px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 100px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 384px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}

h1 {width: 384px; height: 100px;
   -webkit-animation: gangham 2s steps(23,start) infinite,
    movearound 4s steps(69,end) infinite 44ms;
  animation: gangham 2s steps(23,start) infinite,
    movearound 4s steps(69,end) infinite alternate 44ms;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes gangham {
  0% {background-position: 0 0}
  100% {background-position: -5175px 0}
}
@keyframes gangham {
  0% {background-position: 0 0}
  100% {background-position: -5175px 0}
}
@-webkit-keyframes movearound {
  0% {-webkit-transform: translatex(0)}
  100% {-webkit-transform: translatex(45px);}
}

@keyframes movearound {
  0% {transform: translatex(0)}
  100% {transform: translatex(45px);}
}

.message {
  border-left: 4px solid #f7aa00 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.button-primary {
  background: #f7aa00 !important;
  border: #f7aa00 !important;
  color: #fff;
  text-decoration: none;
}