@charset "utf-8";
body,html{
	width: 100%;
	height: 100%;
}
section{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cont-login{
	background: #202020;
	background: rgba(255,255,255,.16);
	border-radius: 10px;
	padding-top: 1em;
	padding-bottom: 2em;
}
#cont-login figure{
	margin-bottom: 2em;
}
#cont-login figure img{
	width: 100%;
}
.input-group{
	margin-bottom: 1em;
}