.reset-password {
	padding-top: 15px;
}
.reset-password a {
	font-size: 11px;
}
.fouteInlog {
	color:#E30C1C;
	font-weight: 700;
}
#login {
	position: fixed;
	height: 480px;
	top: calc(45% - 240px);
	width: 250px;
	left: calc(50% - 185px);

	background-color: white;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;

	font-family: 'Open Sans', sans-serif;
	padding-left:60px;
	padding-right:60px;
	text-align:center;
}
h3 {
	margin:0px;
	padding:0px;
	color:#474747;
	font-size:34px;
}
form img {
	display:block;
	margin:auto;
	width:auto;
}
input[type="text"], input[type="password"] {
	width: 100%;
	font-size: 22px;
	padding:10px 0;
	border-width:0px 0px 1px 0px;
	border-color:#969696;
	color:#969696;
	text-align:center;
}
input[type="submit"] {
	border:2px solid #2c3e50;
	background-color:#fff;
	color:#2c3e50;
	border-radius: 4px;
	margin-top:20px;
	padding:10px 40px;
	font-weight:600;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
}
input[type="submit"]:hover {
	background-color:#2c3e50;
	color:#fff;
}
li {
	width: 100%;
	font-size: 12px;
}
ul {
	width: 100%;
	height:300px;
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0 0;
}
html {
	background: url(https://source.unsplash.com/random/1920x1080) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.copyright {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	text-align:center;
	font-size:12px;
	line-height:50px;
	background-color:#F3F3F3;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
a {
	color:#2c3e50;
	font-weight:600;
	text-decoration: none;
	cursor: pointer;
}