html,
body,
main,
form {
	font-size: 24px!important;
	height: 100%;
}

header {
	background-color: rgb(22, 105, 51);
	margin: auto;
	max-width: 440px;
	padding: 20px 0;
	text-align: center;
}

header .title {
	color: white;
}

header,
footer,
main,
form {
	margin: auto;
	max-width: 440px;
	width: 100%;
}

.login_container, form {
	background-color: white;
	display: flex;
	align-items: center;
	height: 100%;
}

.register {
	font-size: 20px;
	text-align: left;
}

.forgot_password {
	font-size: 20px;
	text-align: right;
}

.form-group{
	margin: 40px auto;
}

.form-group>label {
	margin-top: 7px;
	padding-right: 20px!important;
	text-align: right;
}
