body, html { height: auto; }
body.login{background-color:#fe0002 !important; background-image: url(http://globalvoyages.it/wp-content/uploads/header_gallery_2.jpg);background-repeat: no-repeat; background-position: center center; background-size: 100% auto; background-attachment: fixed; margin:0; padding:1px; top: 0; right: 0; bottom: 0; left: 0; }
html, body.login:after { display: block; clear: both; }
body.login-action-register { position: relative }
body.login-action-login, body.login-action-lostpassword { position: fixed }
.login h1 a { 
background: url(http://globalvoyages.it/wp-content/uploads/logo_gv.jpg) center center no-repeat; width: 180px; height:84px; margin: 0 auto 20px; }
div#login { background: #f5f5f5; margin-top: 200px; padding: 18px 0 }
body.interim-login div#login {width: 95% !important; height: auto }
.login label { color: #cccccc }
.login a { text-decoration: underline; color: #777777 !important }
.login a:focus, .login a:hover { color: #555555 !important; }
.login form { background: #423143 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;border-bottom: 1px solid #e5e5e5;padding: 26px 24px 30px !important }
form#loginform .button-primary, form#registerform .button-primary, .button-primary { background:#fe0002 !important; border-color:#fe0002 !important; color: #ffffff !important;}
form#loginform .button-primary.focus,form#loginform .button-primary.hover,form#loginform .button-primary:focus,form#loginform .button-primary:hover, form#registerform .button-primary.focus, form#registerform .button-primary.hover,form#registerform .button-primary:focus,form#registerform .button-primary:hover { background: #31a9ce !important;border-color:#ff3a3a !important; }
.login form input.input { background: #fff url(http://globalvoyages.it/wp-content/plugins/WPShapere/assets/images/login-sprite.png) no-repeat; padding: 9px 0 9px 32px !important; font-size: 16px !important; line-height: 1; outline: none !important; border: none !important }
input#user_login { background-position:7px -6px !important; }
input#user_pass, input#user_email { background-position:7px -56px !important; }
.login form #wp-submit { width: 100%; height: 35px }
p.forgetmenot { margin-bottom: 16px !important; }

.login_footer_content { padding: 20px 0; text-align:center }


@media only screen and (min-width: 800px) {
	div#login {
		width: 30% !important;
	}
}
@media screen and (max-width: 800px){
	div#login {
		width: 90% !important;
	}
	body.login {
		background-size: auto;
	}
}
