div#login {
width:80% !important;	
max-width:600px;
}	
.login h1 a {
    background-image: url('/images/LoginLogo.jpg');
    padding-bottom: 30px;
height:207px;
}
.login h1 a {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 285px 207px;
    display: block;
    font-size: 20px;
   width: 285px;
    height: 207px;
    line-height: 1.3em;
    margin: 0 auto 5px;
    outline: 0 none;
    text-indent: -9999px;
 	padding-bottom:10px;
}

#login {
    padding: 2% 0 0 0;
    width: 207px;
}

#login input[type=text], #login input[type=email], #login input[type=password] {
/*display:block;
padding:3px !important;
padding-top:3px !important;
padding-bottom:3px !important;
width:100%;
max-width:100%;
max-width:400px;
background-color: #fbfbfb;
line-height:1.5 !important;
font-size:14px !important;
margin-bottom:12px;*/
}

body, html {
background-color: #ffffff !important;	
}

body .site-inner {
padding-top:5px !important;
padding-bottom:18px;	
}

h1 {
display:none;	
}

