@import url('https://fonts.googleapis.com/css?family=Poppins:400');

*
{
	font-family: 'Poppins', sans-serif;
}

A
{
	color: #000;
	text-decoration: underline;
}

DIV#login_box
{
	position: absolute;
	top: 50px;
	left: 50px;
	background: #FFF;
	padding: 20px 10px 10px 10px;
	width: 300px;
	box-shadow: 10px 10px 10px #777;
}

DIV.loginbox_topbar
{
	height: 5px;
	width: 33.333%;
	float: left;
}

DIV#loginbox_topbar
{
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
}

DIV#loginbox_topbar1
{
	background-color: #253266;
}

DIV#loginbox_topbar2
{
	background-color: #d82c38;
}

DIV#loginbox_topbar3
{
	background-color: #37b54a;
}

INPUT
{
	width: 100%;
	padding: 5px;
	font-size: 12pt;
}

P
{
	margin: 0px 0px 10px 0px;
}

P:last-child
{
	margin: 0px;
}

p.sub
{
	font-size: 9pt;
}

p.error
{
	font-size: 9pt;
	color: #F00;
	font-weight: bold;
}

span.message
{
	font-size: 12pt;
	color: #F00;
	font-weight: bold;
}
