
body {
	background-color: #e5e5e5 !important;
}

#dialog-wrapper {
	background-color: transparent;
	border-radius: 2px;
	border: none;
	width: 560px;
	margin-left: -280px;
	margin-top: -250px;
}

#logo {
	margin: 0px 0px 20px 0px;
}

#powered_by_springboardos
{
	font-size: 14px;
	color: #3d3f3f;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#dialog
{
	background-color: #fff;
	padding: 30px 30px 30px 30px;
	font-size: 18px;
	line-height: 21px;
	color: #3d3f3f;
}

#dialog #email
{
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #a9a9a9;
	width: calc(100% - 18px);
	font-family: Arial;
}

#dialog #email-reset
{
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #a9a9a9;
	width: calc(100% - 18px);
	font-family: Arial;
}

#dialog #password
{
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #a9a9a9;
	width: calc(100% - 18px);
	margin-right: 10px;
	font-family: Arial;
}

#dialog td
{
	vertical-align: middle;
	padding: 8px;
	font-size: 18px;
	line-height: 21px;
}

#dialog td.nopad
{
	padding-top: 0px;
}

#dialog a
{
	font-size: 12px;
	color: #3d3f3f;
}

#login-button
{
	font-family: 'Arial';
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 0px;
	font-weight: normal;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #8eaa21;
}

#reset-button
{
	font-family: 'Arial';
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 0px;
	font-weight: normal;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #8eaa21;
}
