body {
	font-family: "Raleway", sans-serif;
}
.login-page {
	justify-content: center;
	display: flex;
	height: 100vh;
	align-items: center;
	background-color: #f5f6fa;
}
input {
	font-size: 15px;
	width: 100%;
	height: 40px;
	border: none;
	padding-left: 10px;
	outline: none;
	box-shadow: 0 4px 8px 0 rgba(148, 148, 148, 0.19),
		0 6px 20px 0 rgba(165, 165, 165, 0.19);
}
.login-form {
	text-align: center;
	width: 50%;
	color: #8d9293;
	font-weight: bold;
}
.login-form h3 {
	font-size: 20px;
}
form {
	width: 60%;
	margin-bottom: 30px;
	margin: auto;
}
#spanLoading {
	display: none;
}
#error {
	font-size: 12px;
	color: red;
	text-align: justify;
}
#errorPwd {
	font-size: 12px;
	color: red;
	text-align: justify;
}
.google {
	margin-top: 20px;
}
.google span {
	font-size: 16px;
	margin-left: 10px;
}
.google button img {
	margin-bottom: -4px;
}
.log-in {
	margin-top: 28px;
}
.log-in p {
	margin-top: 10px;
}
