body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background: url('/images/bg.jpg') no-repeat fixed center;
	background-size: cover;
}

.login-box{
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	background-color: #0066c6;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}

.textbox{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	padding: 8px 0;
	margin: 8px 0;
	border-bottom: 1px solid #FFFFFF;
}

.textbox i{
	width: 26px;
	float: left;
	text-align: center;
}

.textbox input{
	border: none;
	outline: none;
	background: none;
	color: white;
	font-size: 18px;
	width: 80%;
	float: left;
	margin: 0 10px;
}

.btn{
	width: 100%;
	background: solid;
	background-color: white;
	border: 2px solid #FFFFFF;
	padding: 5px;
	font-size: 18px;
	cursor: pointer;
	margin: 12px 0;
	border-radius: 5px;
}