input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset !important; }

body.login {background-image: url('bg.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover;}
	body.login  a {color: #000 !important;}
	.login h1 a {background-image: url('login_logo.png'); background-size: 100%; width: 100px;  height: 100px; }
	
.login input[type="text"], .login input[type="password"]{background-color: #ffffff; border-color:#dddddd; -webkit-border-radius: 0px; padding: 4px 8px; font-size: 18px; }
	.login label {font-size: 12px; color: #084e96;}


.login .button-primary {width: 120px; float:right; background-color: #ff8a00 !important; background: -webkit-gradient(linear, left top, left bottom, from(#ff8600), to(#df7300)); background: -webkit-linear-gradient(top, #ff8600, #df7300); background: -moz-linear-gradient(top, #ff8600, #ff8600); background: -ms-linear-gradient(top, #ff8600, #ff8600); background: -o-linear-gradient(top, #ff8600, #ff8600); background-image: -ms-linear-gradient(top, #ff8600 0%, #ff8600 100%); color: #ffffff; -webkit-border-radius: 12px; border: 1px solid #eb7a00;}
	.login .button-primary:hover {background-color:#ff8600 !important; background: -webkit-gradient(linear, left top, left bottom, from(#ff8600), to(#df7300 )); background: -webkit-linear-gradient(top, #ff8600, #df7300 ); background: -moz-linear-gradient(top, #ff8600, #df7300 ); background: -ms-linear-gradient(top, #ff8600, #df7300 ); background: -o-linear-gradient(top, #ff8600, #df7300 ); background-image: -ms-linear-gradient(top, #0b436e 0%, #df7300 100%); color: #fff; border: 1px solid #df7300; }
	.login .button-primary:active {background-color:#ff8600 !important; background: -webkit-gradient(linear, left top, left bottom, from(#df7300), to(#ff8600)); background: -webkit-linear-gradient(top, #df7300, #ff8600); background: -moz-linear-gradient(top, #df7300, #ff8600); background: -ms-linear-gradient(top, #df7300, #ff8600); background: -o-linear-gradient(top, #df7300, #ff8600); background-image: -ms-linear-gradient(top, #df7300 0%, #ff8600 100%); color: #fff; border: 1px solid #df7300;}
	
.login #nav {margin-top: 10px;}
#backtoblog {display: none;}
.login .language-switcher {display: none !important;}

.role-subscriber #adminmenumain {display: none !important;}