.login {
		background-image: url(../../img/login_bg.png);
		min-height: 100vh;
}
.login-box {
	background-size: cover;
	width: 400px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 14px 0px rgba(4,154,66,0.20); 
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	padding: 17px 50px 58px 50px;
	text-align: center;
}
.login-box .logo {
	width: 140px;
	height: 96px;
}
.form-input {
	height: 50px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 0 14px;
}
.form-input .icon {
	height: 14px;
}
.login-box input {
	border: none;
}
.login-box h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #222222;
}