  body{
     height: 100vh;
    margin: 0;
    padding:0;
    background: url(/img/user/loginbg.png) no-repeat;
    background-size:100% 100%;
 }
.loginBox{
      width: 520px;
      /* background: url(/img/user/mbg.png) 100% no-repeat; */
      padding: 40px 60px 44px;
      border-radius: 4px;
      position: absolute;
      top: 10%;
	  left: 73%;
      margin-left: -260px;
}
.city{
  display: flex;
  align-items: center;

}
form>h3{
    font-size: 35px;
    text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	position: relative;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(120deg, #68A7FF ,#558DFE ,#4778FB);
}
form>h3::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #999;
	bottom: -30px;
	left: 0;
}
.loginBox>p{
    font-size: 14px;
    color:#1D3F79;
	font-weight: 700;
    text-align: center;
    margin: 100px 0 0px;
}
form{
    /*padding-top: 50px;*/
}
.grop{
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    width: 100%;
    height: 40px;
    color: #999;
    font-size: 18px;
    line-height: 40px;
}
.grops{
    font-size: 18px;
    width: 100%;
}
.grops a{
  color:#669FFF;
}
.grops a:nth-child(2){
  float: right;
}
.grops input[type="checkbox"]{
    width: 18px;
    height: 18px;
    position: relative;
    top:4px;
    margin-right: 5px;
}

.grops label{
    font-size: 18px;
    color:#fff;
    font-weight: 400;
}
.grops p{
    color:#fff;
}
.grop .el-input-group__prepend{
	/* background-color: #4778FB; */
	background-image: linear-gradient(to right,#68A7FF,#558DFE,#4778FB);
	color: #fff;
	border: none;
}
.grop .el-input__prefix{
	left: 0;
	transition: all .3s;
	width: 56px;
	background-image: linear-gradient(to right,#68A7FF,#558DFE,#4778FB);
	color: #fff;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.grop .el-input--prefix .el-input__inner{
	padding-left: 70px;
}
/* .grop i{
    display: block;
    width: 24px;
    height: 28px;
    top: 6px;
    position: relative;
    left: 10px;
    float: left;
} */
/* .grop:nth-child(3) i{
    background: url(/img/user/user.png) no-repeat;
}
.grop:nth-child(4) i{
    background: url(/img/user/psw.png) no-repeat;
} */
/* .grop input[type="text"],
.grop select, */
/* .grop input[type="password"]{
    color:#333;
    height: 40px;
    line-height: 40px;
    width: 300px;
    font-size: 18px;
    margin-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;
} */
/* .grop select{
  width:100%;
  padding-left:20px;
  margin:0;
} */
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;
}
[v-cloak] {
      display: none !important;
}