*{
	padding: 0;
	margin: 0;
}

body{
	background-image: url(../imgs/1baomin/u4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.logintitle{
	text-align: center;
	font-size: 32px;
	margin-top: 4%;
	margin-left: 7%;
	color: #424141;
	font-weight: 800;
}

.loginmid{
	text-align: center;
	background-image: url(../imgs/1baomin/u5.svg);
	background-repeat: no-repeat;
	width: 467px;
	height: 321px;
	margin: 5% auto;
	padding-top: 35px;
	margin-left: 58%;
	background: rgba(0,0,0,0.4);
}

.loginmid>form>p{
	font-size: 20px;
	color: white;
	margin-top: 20px;
	font-weight: 600;
}

input{	
		margin-left: 10px;
	    width: 260px;
	    height: 33px;
	    padding: 2px 2px 2px 2px;
	    font-family: 'ArialMT', 'Arial', sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    font-size: 13px;
	    letter-spacing: normal;
	    color: #000000;
	    vertical-align: none;
	    text-align: left;
	    text-transform: none;
	    background-color: transparent;
	    border-color: transparent;
		outline: none;
		border-bottom: 1px white solid;
}
.tologin{
	background: url(../imgs/1baomin/u10.svg) no-repeat;
	width: 217px;
	height: 50px;
	margin-top: 35px;
	margin: auto;
	color: white;
	font-size: 18px;
	outline: none;
	border: none;
	cursor: pointer;
	line-height: 40px;
}

.loginbottom{
	padding-left: 100px;
}
.loginmsg{
	height: 30px;
	color: red;
	font-size: 13px;
}

.loginbottom a{
	color: #00FFFF;
	font-size: 14px;
	font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
}