/**
* Variables
* --------------------------------------------------------------------------- 
**/
/*

$logo-url: '../../img/styles/logo.jpg';

body.login {
	
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

}

#login {
	
	width: 450px;
	padding: 0;
	
}



.login {

	h1 {
	
		display: none;
		
		a {
		
			width: 100%;
			height: 75px;
			background-image: $logo-url;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
		
		}
	
	}

	h2 {
		
		margin-bottom: 1em;
				
	}
	
	form {
		
		background-color: #f6f6f6;
		box-shadow: none;
		padding: 1em;
		
	}
	
	label {
		
		font-size: 1em;
		color: #555;
		
	}
	
	input[type="text"],
	input[type="password"],
	input[type="email"] {
		
		background-color: #fff;
		border-color:#ddd;
		border-radius: 0;
		box-shadow: none;
	
		&:focus {
			
			outline: none;
			
		}
		
	}
		
	.button-primary {
		
		height: auto!important;
		line-height: normal!important;
		width: 100%;
		font-size: 1.25em;
		color: #fff;
		border: none;
		border-radius: 0;
		background-color: #007ac3!important;
		padding: .75em!important;
		
		&:focus {
			
			outline: none;
			box-shadow: none;
			
		}
		
	}
	
	p#backtoblog,
	p#nav,
	p.forgetmenot {

		display: none;

	}		
	
}

*/
