			.form {
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -170px;
				margin-top: -235px;
				/*height: 490px;*/
				width: 340px;
				font-size: 18px;
				-webkit-box-shadow: 0px 0px 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 0.3s ease-in-out;
			}
			
			.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 0.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;
				/*display: -webkit-flex;*/
				/*display: flex;*/
				/*justify-content: center;*/
				/*align-items: baseline;*/
				text-align: center;
				flex-wrap: wrap;
			}
			
			#registeredtxt {
				/*float: left;*/
				/*margin-left: 80px;*/
				font-size: 16px;
			}
			
			#forgotpassword {
				/*float: right;*/
				/*margin-right: 80px;*/
				color: black;
				font-size: 12px;
				font-weight: bolder;
				margin-left: 20px;
			}
			
			#photo {
				border-radius: 80px;
				border: 1px solid #ccc;
				height: 80px;
				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 {
				/*height: 80px;*/
				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;
			}