.loginpage{
	width: 100%;
	height: 100%;
	background: url(../Images/background.jpg);
	background-size: 100% 100%;
}
.cont{
	display: flex;
	position: absolute;
	left: 50%;
	margin-left:-515px;
	top: 5%;
}
.picture{
	width: 540px;
	height: 600px;
}
.logincont{
	width: 490px;
	height: 600px;
	background: #fff;
}
h3{
	font-size: 36px;
	margin: 50px 0 65px 31px;
}
input{
	width: 428px;
	height: 76px;
	border-bottom: 1px solid #999999;
	margin: 0 31px;
	line-height: 76px;
	font-size: 28px;
	color: #666666;
}
p{
	margin-right: 31px;
	position: absolute;
	top: 340px;
	right: 0;
	font-size: 18px;
	color: #666666;
}
button{
	width: 428px;
	height: 68px;
	background: #f36c18;
	border-radius: 38px;
	font-size: 28px;
	color: #fff;
	line-height: 68px;
	text-align: center;
	margin: 101px 0 0 31px;
}