@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
body {    
    background: url('../../dist/img/jll_building.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-logo {
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 0px;    
    background-color: rgba(0,0,0,.5);
    max-width: 250px;
	padding: 10px 10px 10px 10px;
    border-radius: 5px;
}
	
.login-form {
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 200px;
	max-width: 460px;
}
	.login-form > section {
		background: rgba(255,255,255,.9);
		padding: 35px 35px 25px 35px;
		border-radius: 5px;
	}
	.login-form a {
		color: #054185;
	}
	.login-form img {
		display: block;
		margin: 0 auto;
		margin-bottom: 35px;
	}
