body {
    background: #cecece;
}

.login h1 a {
  background-image: url('');
  background-repeat: no-repeat;
  background-position: center;
}

.login #login_error, .login .message {
    border-left: 4px solid #ed1d43;
}

.button {
	box-shadow: none!important;
	padding: 0 42px 2px!important;
}

.button-primary {
    background: #ed1b41!important;
    text-shadow: none!important;
    border:none!important;
}