body
{
	width: 500px;
	margin: 0 auto;
    background-image: url('../res/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: center; 
}
.nounderline
{
	text-decoration: none;
	color:white;
}

.nounderline:hover
{
	text-decoration: none;
	color:white;
}
.login-box
{
	width: 300px;
}
.spann
{
	margin-top: 50%;
}
img.logo-pic
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.checkbox label, .radio label
{
	margin-bottom: 10px;
}
label
{
	margin-bottom: 10px;
	float: left;
	font-weight: 400;
	cursor: pointer;
}