/* Device Reg Start */
body {
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	font-family: Roboto;
	background-color: #f5f4f3
}
.devicereg
{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.devicereg h1,
.devicereg h2
{
	text-align: center;
}
.devicereg h2
{
	margin-top: 5px;
}
.devicereg table
{
	margin: auto !important;
	float: none;
}
.devicereg .label
{
	font-weight: 700;
	font-size: 14px;
	color: #1d1e1f;
	padding: 0;
	margin-bottom: 10px;
}
.devicereg input.input
{
	display: block;
	height: 45px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 45px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
	width: 100%;
}
.devicereg .instruct
{
	font-weight: 400;
	color: #a5a6a7;
	margin-top: 5px;
}
.devicereg .button,
.devicereg .link
{
	font-size: 14px;
	color: #004d9a;
}
.devicereg .button:hover,
.devicereg .link:hover
{
	text-decoration: underline;
}
.devicereg .button
{
	padding-left: 0;
}
.devicereg .labelErrorDesc
{
	font-size: 13px;
	width: 100%;
	color: #fe0000;
}
.devicereg .labelValidDesc
{
	font-size: 13px;
	width: 100%;
	color: #008000;
}
@media (max-width: 480px) {
	.devicereg table,
	.devicereg input.input,
	.devicereg .error-info {
		width: 100%;
	}
}