@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVAewA.woff2)
		format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
		format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
		format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
		format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
		format("woff2");
}
body {
	font-family: "Open Sans", sans-serif;
	background: #f6f9ff;
	color: #444444;
	height: 100vh;
	max-height: 100vh;
}
main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.card-form {
	text-align: center;
}
.card-form img {
	margin-bottom: 16px;
}
form#form-login {
	text-align: left;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	background: #fff;
	width: 450px;
	margin: 0 auto;
}
form#form-login h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
form#form-login p {
	text-align: center;
}
form#form-login label.form-label {
	margin-top: 24px;
}
main p.footer {
	color: #000;
}
main p.footer a {
	font-weight: bolder;
	text-decoration: none;
}