html, body {
	height: 100%;
}

body {
	font-family: verdana;
	background-color: white;
	padding: 0px;
	margin: 0px;
}
body, div, input {
	box-sizing: border-box;
}
#content {
	font-family: verdana;
	background-color: white;
	padding: 0px;
	margin: 0px;
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height: 100%;
}
#illustration {
	background-size: cover;
	background-position: center top;
	flex-grow: 1;
	width: 100%;
	position: relative;
}
#header {
	width: 100%;
	height: 200px;
	flex-grow: 0;
	display: flex;
	padding: 00px 40px 40px 40px; /*trbl*/
}
#logo_loginform {
	width: 300px;
}
#div_logo_loginform {
	/*
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
	height: 100%;
*/
}
#div_login_box {
	position: absolute;
	right: 40px;
	top: 30px;
	/*border: solid 1px #aaa;*/
	padding: 10px 20px 20px 20px;
	color: #4788B1;
	box-shadow: 3px 3px 3px #999;
	/*border: solid 0.5px #ababab;*/
	width: 280px;
}
/* MAT: 2019-12-03: design de la loginbox */
/* pour firefox */
#div_login_box {
	background-color: rgba(255,255,255,0.9);
}
/* et pour les autres navigateurs qui supportent backdrop-filter */
@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
	#div_login_box {
		background-color: rgba(255, 255, 255, .6);
		-webkit-backdrop-filter: blur(17px);
		backdrop-filter: blur(17px);
	}
}
.fa {
	width: 20px;
}
label {
	margin-left: 25px;
	margin-bottom: 5px;
	color: #4d4f5c;
	font-size: 16px;
	display: block;
}
::placeholder {
	color: transparent;
	display: none;
	padding-bottom: 20px;
}
input[type=password], input[type=text] {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #4788B1;
	color: #4788B1;
	width: 190px;
	font-size: 16px;
}
.line {
	padding: 10px 5px;
}
.l-marged {
	margin-left: 25px;
}
button {
	/*box-shadow: 15px 15px 15px #ccc;*/
	color: white;
	opacity: 1;
	font-size: 13px;
	font-family: verdana;
	padding: 8px 8px;
	border-radius:5px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	border: none;
	background:transparent linear-gradient(180deg,#51ED74 0%, #38A209 100%) 0% 0% no-repeat padding-box;
}
/*
select {
	width: 100px;
	background: #fff;
	box-shadow: 0px 1px 1px #ccc;
	border-radius: 3px;
	border: solid 0.5px #ccc;
	color: #666;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(68, 136, 187)'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	padding-left: 3px;
	height: 23px;
}



/*
#header div {
}
#header {
width: 100%;
display: flex;
padding: 20px;
		 align-items: center;
		 margin-top: 80px;
}
#div_topcenter {
	flex-grow: 1; 
}
#div_logo_client {
	margin-right: 20px;
}
#div_login_box {
width: 300px; 
}
td {
	font-size: 0.9em;
}
#div_logo_client img {
width: 100%;
}
#illustration img {
width: 100%;
}
button {
}

*/


#logoclient {
	max-height: 130px;
}

#illustration {
	background-image: url('/proj-res/loginform/login-001.jpg'); 
	background-position: center center; 
}
.login_error {
	background-color: red;
	color: white;
	padding: 5px;
	text-align: center;
}
#kena {
	position: absolute;
	background-color: white;
	bottom: 0px;
	padding: 2px 10px;
	right: 20px;
	color: #666;
	font-size: 14px;
}
#kena b,
#kena a {
	color: #369;
	font-weight: 400;;
}
