.form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -235px;
	width: 340px;
	font-size: 18px;
	-webkit-box-shadow: 0 0 10px #a6a6a6;
	background: #fff
}

.beian {
	font-size: 14px;
	color: #c3c3c3;
	margin: 1% 0;
	display: inline-block;
	width: 100%;
	text-align: center
}

.border-btn {
	border-bottom: 1px solid #ccc
}

#landing,
#registered {
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	color: #545454
}

#landing-content {
	clear: both
}

.inp {
	height: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 200px
}

.inp>input {
	text-align: center;
	height: 30px;
	width: 200px;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	border: 1px solid #ccc
}

.login {
	border: 1px solid #a6a6a6;
	color: #a6a6a6;
	height: 30px;
	width: 202px;
	text-align: center;
	font-size: 13.333333px;
	margin-left: 70px;
	line-height: 30px;
	margin-top: 30px;
	transition: all .3s ease-in-out
}

.login:hover {
	background: #a6a6a6;
	color: #fff
}

#bottom {
	margin-top: 30px;
	font-size: 13.333333px;
	color: #a6a6a6;
	margin-top: 30px;
	font-size: 13.333333px;
	color: #a6a6a6;
	text-align: center;
	flex-wrap: wrap
}

#registeredtxt {
	font-size: 16px
}

#forgotpassword {
	color: #000;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 20px
}

#photo {
	border-radius: 80px;
	height: 20px;
	width: 80px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px
}

#photo>img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg)
}

#photo>img {
	padding-top: 15px;
	width: 75px;
	-webkit-background-size: 220px 220px;
	-webkit-transition: -webkit-transform 1s linear;
	-moz-transition: -moz-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	-ms-transition: -ms-transform 1s linear
}

#registered-content {
	margin-top: 40px
}

.fix {
	clear: both
}

.form {
	display: none
}