.login {
	margin: 20px auto;
	right: 0;
	left: 0;
	position: relative;
	display: block;
	width: 250px;
	text-align: center;
}
.login-f {
	width: 240px;
	height: 30px;
	padding: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 5px 0px #000;
	display: flex;
	font-size: 1em;
	color: #434343;
}
.login-b {
	width: 250px;
	height: 40px;
	padding: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 5px 0px #000;
	font-size: 1em;
	margin: 5px 0px;
	line-height: 30px;
	background-color: #ff9c01;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	cursor: pointer;
    text-align: center;
}
.error {
	text-shadow: 0px 0px 5px #f00;
}
