* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,
body {
	height: 100%;
	width: 100%;
	background-image: url('/img/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
}

#position {
	-moz-box-shadow: 1px 0px 20px #7C8399;
	-webkit-box-shadow: 1px 0px 20px #7C8399;
	box-shadow: 1px 0px 20px #7C8399;
	z-index: 999;
	height: 65%;
	width: 66%;
	display: inline-block;
}

#position div {
	display: inline-block;
}

#position_logo {
	background-image: url('/img/logo_1.png');
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	height: 100%;
	width: 58%;
}

#position_login {
	position: relative;
	text-align: center;
	float: right;
	background: white;
	height: 100%;
	width: 42%;
}

#position_login p {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#position_login p:first-child {
	font-size: 30px;
	font-weight: bold;
	color: rgba(72, 107, 221, 1);
	top: 15.6%;
}

#position_login p:nth-child(2) {
	font-size: 28px;
	font-weight: bold;
	color: rgba(72, 107, 221, 1);
	top: 23.8%;
}

#position_login input {
	position: absolute;
	width: 62.6%;
	height: 7.8%;
	left: 0;
	right: 0;
	margin: auto;
}

#position_login input:nth-child(3),
#position_login input:nth-child(5) {
	border: 1px solid #7f9dff;
}


#position_login p:nth-child(4) {
	top: 44.3%;
	background-image: url('/img/userName.png');
}
#position_login p:nth-child(6),#position_login p:nth-child(4) {
	display: flex;
	justify-content: center;
	align-items: Center;
	width: 4.2%;
	right: 63%;
	height: 3.8%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
#position_login p:nth-child(6) {
	top: 56.8%;
	background-image: url('/img/passWord.png');
}
#position_login input:nth-child(3) {
	padding-left: 12.5%;
	top: 42.1%;
}
#position_login input:nth-child(5) {
	padding-left: 12.5%;
	top: 54.8%;
}

#position_login input:nth-child(7) {
	background-color: #4769D9;
	color: #FFFFFF;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	top: 72.1%;
	width: 75.1%;
	cursor:pointer;
}