body.login {
	background-image: url('https://www.kantix.fr/wp-content/uploads/2017/11/pexels-photo-246658.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

#login {
	height: 50%;
}

.login {
	opacity: 0.6 !important;
	
	
}

.login form {
	border-radius: 10px;
	background: #222222;
	position: relative;
	z-index: 999;
	
}

.login form label {
	color: white;
	font-weight: bold;
}

.login h1 a {
	background-image: url('');
	background-size: 50% 50%;

}

.login a {
	
	font-weight: bold;
}

p a {
	color:black !important;
	font-weight: bold;
	font-size: larger;
}

.login form .input {
	opacity: 1 !important;
	border-radius: 5px;
}


.kantix-logo {
	margin-left:30%;
	margin-top: 1%;
	
}

.kantix-logo img {
	width: 240px;
	
	/*margin-bottom: 5px;*/
}

.kantix-greatings {
	color: white;
}



.message {
	opacity: 1;
	font-weight: bolder;
	color:black;
}

footer .kx-login-footer {
}

.kx-login-footer {
	align-content: center;
	width:100%;
	background: #222222;
	opacity: 0.7;
	font-weight: bold;
}

.kx-login-footer img {
	width:130px;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	opacity: 1 !important;
	
}