.newloginBox{
	position: fixed;
	background: #fff;
	z-index: 100000001;
	top: 50%;
	left: 50%;
	margin-left: -14vw;
	margin-top: -17.5vh;
	width: 28vw;
	height: 40vh;
}
.loginBoxtop{
	height: 14vh;
	width: 100%;
	background-attachment: fixed;
	background-size: 100% 100%;
	line-height:14vh;
	text-align: center;
}
.loginBoxbottom{
	height: 19vh;
	width: 80%;
	text-align: center;
	margin: auto;
}
.loginBoxbottom p{
	position: relative;
    height: 4vh !important;
    width: 68%;
	margin: 3vh auto;
	display: flex;
	align-items: center;
	padding: 0 2%;
	border: 0.1vh solid rgba(0,0,0,.1);
}
.loginBoxbottom p:last-child{
	border: none;
}
.loginBoxbottom p input{
    height: 100%;
    width: 100%;
	border: none;
	background: none;
	padding-left: 10%;
}
.adIcon,.dmPwd{
	position: absolute;
	color: #ccc;
	font-size: 3vh;
}
.see{
	display: none;
	position: absolute;
	right: 1.5rem;
	top: 3.3rem;
	margin-top: 0.2rem;
	font-size: 0.3rem;
	color: #ccc;
	cursor: pointer;
}
.closeEye{
	display: inline-block;
	position: absolute;
	right: 1.5rem;
	top: 3.3rem;
	margin-top: 0.2rem;
	font-size: 0.3rem;
	width: 0.3rem;
	height: 0.3rem;
	color: #ccc;
	cursor: pointer
}
.closeEye img{
	height: 100%;
	width: 100%;
}
.loginBoxbottom .line3 input{
	margin-top: 0.3rem;
	padding-left: 5%;
	padding-right: 5%;
	border: none;
	cursor: pointer;
	background: rgb(218,12,21);
	color: #fff;
	letter-spacing: 0.1rem;
	font-size: 0.25rem;
}
.loginBoxbottom .line3 input:hover{
	opacity: 0.8;
	color: #fff;
}
