<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.namebox {
	width: 100%;
	height: 40px;
	margin-top: 40px;
    border: solid 1px #4476a7;
    border-radius: 20px;
}

.nameboximg {
	height: 40px;
	width: 13%;
	float: left;
}

.nameboxinput {
	float: left;
	height: 40px;
	width: 86%;
	line-height: 40px;


}

.inputcss {
	font-size: 18px;
	border: 0;
	outline: none;
	background-color: white;
}

::-webkit-input-placeholder {
	color: rgba(204, 204, 204, 1);
	font-size: 14px;
}

::-moz-placeholder {
	color: rgba(204, 204, 204, 1);
	font-size: 14px;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: rgba(204, 204, 204, 1);
	font-size: 14px;
}

/* ie */
input:-moz-placeholder {
	color: rgba(204, 204, 204, 1);
	font-size: 14px;
}

.btnzcbox {
	margin-top: 30px;
	width: 80%;
	margin-left: 10%;
}

.btnzc {
	height: 45px;
	width: 100%;
	background-image: linear-gradient(to right, #1e9fff,#FC5442);
	text-align: center;
	line-height: 45px;
	color: white;
	border-radius: 22.5px;
}

.btnzcstr {
	height: 45px;
	width: 100%;
	text-align: center;
	line-height: 45px;
	color: white;
	border-radius: 22.5px;
}

.login_jzwbox {
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

.login_jzwone {
	width: 30%;
	line-height: 50px;
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	float: left;
}

.login_wjmm {
	width: 70%;
	line-height: 50px;
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	float: right;
	text-align: right;
}
</pre></body></html>