.f_login {
	margin: 100px auto;

	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px;
	max-width: 300px;
}

.f_login label {
	display: flex;
	flex-direction: column;
}

.f_login_error {
	color: red;
	text-align: center;
}

.f_login h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-family: Lora;
	font-weight: normal;
	font-size: 35px;
	text-align: left;
}

.f_login button {
	cursor: pointer;
	text-decoration: none;
	background: #e9ad01;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	height: 55px;
}

.f_login input[type="email"], input[type="password"] {
	border-radius: 5px;
	background: #eeeeee;
	border: none;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 15px;
	color: #787878;
	font-size: 16px;
}
