/*
IAU
*/
/*default login*/
body.login{
	background: #101010 url(/wp-content/themes/oneseven/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color:#000;
  position:relative;
}
	body.login:before{
		content:'';
		background-color: rgba(0,0,0,.7);
		/*background-image: url(images/patterns/pw_maze_black.png); */
	  	position: absolute;
	  	top:0;right:0;bottom:0;left:0;
	  	z-index: -1;
	  	opacity: .7;
	}
body.login #login{
	position:fixed;
	top:5%;
	right:10%;
	bottom:auto;
	margin:auto;
	padding:0;
}
body.login #login h1{
	position: relative;
	z-index: 50;
	margin-bottom: -50px;
}
body.login #login h1 a{
	background: url(/wp-content/themes/oneseven/logo.png) 50% 50% no-repeat;
	background-size: contain;
	height:160px;
	width:100%;
	object-fit: contain;
}
body.login #login form{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	background: transparent;
	border-color: rgba(255,255,255,.1);
}
body.login form .input, .login form input[type=checkbox], body.login input[type=text]{
	/*background: transparent;
    border: 1px solid #aaa;*/
    border-radius: 3px;
}
body.login #login label{
	color:#777;
}
body.login .login a, .login #nav a, .login #backtoblog a{
	color:#ff9900 !important;
}
body.login #login_error, body.login .message{
    background-color: rgba(255,255,255,.3);
    box-shadow:none;
    position: fixed;
    top: 0;
    left: 0;
    margin:auto;
}
