section {
	margin: 32px 16px;
	padding: 32px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #dbdbdb;
	color: #212b36;
	font-family: Lato,sans-serif;
	font-size: 14px;
	line-height: 1.43;
	max-width: 384px;
	margin-top: 12vh;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	margin: 0 0 32px 0;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #212b36;
	padding: 0;
}

input {
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 16px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 3px;

}
.forgot-password {
	margin-top: 1px;
	font-size: 12px;
	text-decoration: none;
}
.signup-text {
	text-align: center;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.33;
	color: #212b36;
}
#login-submit {
	width: 100%;
	height: auto;
	margin: 32px 0;
	padding: 8px 16px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	color: #ffffff;
	background-color: #007ace;
	border: solid 1px #084e8a;
}

#login-submit:hover {
	background-color: #084e8a;
}