@font-face {
    font-family: 'batman';
    src: url('../font/batmanforeveralternate-webfont.eot');
    src: url('../font/batmanforeveralternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/batmanforeveralternate-webfont.woff') format('woff'),
         url('../font/batmanforeveralternate-webfont.ttf') format('truetype');
}
.login {
	border-style: solid; 
	border-width: 1px; 
	border-color: red;

	-webkit-animation:shake 1.25s;
	   -moz-animation:shake 1.25s;
	     -o-animation:shake 1.25s;
			animation:shake 1.25s;
}
#login {
	font-family: 'batman';
	font-style: italic;
}