/* désactivation du fond jaune sur chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html {
    height: 100%;
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    background: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-form {
	width:600px;
	max-width: 100%;
	margin:0px auto;
	background: #fafafa;
	padding:40px;
	margin-top:10%;
}

.login-form .logo {
	text-align: center;
}

.login-form .logo img {
	width: 80%;
}

.login-form form {
	margin-top:30px;
}

.login-form input {
	height: 60px;
	width: 100%;
}

.login-form .form-group {
	margin-bottom:20px;
}
