
body{
	background:white!important;
}
#login h1 a, .login h1 a {
	background-image:url("assets/img/logo-anime.gif") !important;
	background-size:200px;
	width:280px;
	height:50px;
	pointer-events:none;

}
.login form {
    border-radius: 5px;
    background: #585858;
    color: white;
    font-weight: bold;
	border-left: 4px solid #72aee6
}