#login-window {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #eee;
}
#login-box {
	background-color: #fff;
	position: absolute;
	width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 20px;
	padding-top: 120px;
	text-align: center;
	box-shadow: 0 4px 4px #aaa;
}








#login-box-padding {
	padding: 10px 30px 10px 30px;
	
}


#login-box .logo-agathe {
	width: 200px;
	height: 200px;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translate(-50%,0);
	box-shadow: 0 4px 4px #aaa;
	padding: 10px;
	background: #fff;
}


#login-box h1 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
#login-box p {
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	color: #888;
}
#login-box input {
	padding: 5px 10px;
	color: #212121;
	font-size: 15px;
	background: #FFF;
	border: 1px solid #9E9E9E;
	width: 100%;
	border-radius: 0;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 20px;
	color: #555;
}
#login-box input:disabled {
	background: #e4e4e4;
	cursor: not-allowed;
}
#login-box input::placeholder {
	opacity: 0.5;
	color: #555;
  }
  


#login-box button.btn-lgs {
	padding: 8px 16px;
	color: #FFF;
	font-size: 20px;
	border-radius: 0;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.3s ease;
	cursor: pointer;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#login-box .footer-login {
	line-height: 48px;
}
#login-box .footer-login button {
	margin: 0;
}


