body {
	height: 100vh;
	margin: 0;
	padding: 0;
	background: url(/img/user/loginbg.png) no-repeat;
	background-size:100% 100%;
}

.logo {
	height: 70px;
	width: 480px;
	position: absolute;
	top: 154px;
	left: calc(50% - 239px);
}

.content {
	overflow: hidden
}

.loginBox {
	  width: 520px;
	  /* background: url(/img/user/mbg.png) 100% no-repeat; */
	  padding: 40px 60px 44px;
	  border-radius: 4px;
	  position: absolute;
	  top: 25%;
	  left: 73%;
	  margin-left: -260px;
}

.loginBox>h3 {
	 font-size: 30px;
	        color: #3D3D3D;
	    text-align: center;
		margin-bottom: 40px;
		position: relative;
}
.loginBox>h3::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #999;
	bottom: -15px;
	left: 0;
}

/* form {
	padding: 60px 60px 44px;
	background: url(/img/user/mbg.png ) no-repeat;
	background-size: 100% 100%;
	border-radius: 4px;
} */

form>p {
font-size: 16px;
    color:#f3ac33;
    text-align: center;
    margin: 20px 0 20px;
}

.grop {
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	width: 100%;
	height: 40px;
	color: #999;
	font-size: 18px;
	line-height: 40px;
	display: flex;
}
.grop>p{
	width: 120px;
}

/* .grop span {
	display: block;
	width: 90px;
	color: #fff;
	float: left;
	text-align: right;
	margin-right: 20px;
} */

/* .grop input[type="password"],
.grop input[type="text"] {
	height: 40px;
	line-height: 40px;
	width: 280px;
	font-size: 18px;
	padding-left: 20px;
	border: 0;
	float: left;

	box-shadow: 0 0 0 1000px white inset;
	-ms-box-shadow: 0 0 0 1000px white inset;
	-moz-box-shadow: 0 0 0 1000px white inset;
	-o-box-shadow: 0 0 0 1000px white inset;
	-webkit-box-shadow: 0 0 0 1000px white inset;
	outline: none;
} */

/* .yzm>div {
	width: 280px;
	float: left;
}

.yzm>div input[type="text"] {
	width: 160px;
	float: left;
}

.yzm>div button {
	border: 0;
	background: #f3ac33;
	width: 120px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	float: left;
} */
button.save{
    font-size: 24px;
    font-weight: 600;
    background-image: linear-gradient(to right,#68A7FF,#558DFE,#4778FB);
    height: 45px;
    width: 100%;
    line-height: 45px;
    border:0;
    border-radius: 4px;
    color:#fff;
    margin-top: 35px;
	position: relative;
}
button.save::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #999;
	bottom: -50px;
	left: 0;
	cursor: none;
	pointer-events: none;
}
