/* CSS Document */

body{
	background:url(../images/00.jpg) no-repeat;
	background-size:100%;
}

#head{
	padding:5px 0px 5px 0px;
	height:80px;
	width:70%;
	background:#F9F9F9;
	margin-top:0px;
	margin:auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	opacity: 0.8;
}

#head p{
	width:140px;
}

#head a{
	margin-top:25px;
}

#head a img{
	float:left;
}

#head .btn{
	float:right;
	width:150px;
}

#head button{
	margin-left:10px;
	border-radius:10px;
	cursor:pointer;
	width:100px;
	height:40px;
	border:none;
	background:#09F;
	color:#FFF;
}

#head button:hover{
	border:#999 solid 1px;
	color:#F00;
}

#content{
	border:#CCC solid 1px;
	width:70%;
	margin:auto;
	height:calc(100vh - 200px);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#content .login{
	width:45%;
	border:#CCC solid 1px;
	height:300px;
	margin:200px auto 0px auto;
	vertical-align:middle;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#content .login p{
	text-align:center;
}

.login .p5{
	font-size:12px;
	color:#F00;
	margin:0px;
}

#content .login input{
	width:300px;
	height:35px;
	border-radius:5px;
	border:#CCC solid 1px;
	padding-left:5px;
}

#content .login button{
	width:300px;
	height:38px;
	background:#09F;
	border:none;
	cursor:pointer;
	border-radius:5px;
	color:#FFF;
}

#content button:hover{
	color:#0CC;
}