<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.boxPosition {
	text-align: center;
	float: left;
	width: 95%;
	background: #878787;
}

.phnenumber {
	border: none;
	height: 36px;
	width: 320px;
	margin-bottom: 10px;
}

.Verification_code {
	border: none;
	height: 36px;
	width: 220px;
}

.button {
	height: 36px;
	width: 90px;
	border: none;
	color: #fff;
	border-radius: 4px;
	background: #1aad19;
}

.button:active {
	background: #0D720C;
}</pre></body></html>