body, html {
    height: 100%;
    margin: 0;
}
.f200{align:right; width:200px;font-weight:bold;}
.centertext{text-align: center;}
input{
	background-color: #f0f0f0;
	vertical-align:middle;
	line-height:20px;
}
.submit {text-align: center;margin-top:20px;}
.warning{color:red;font-weight:bold;text-align:center;}
.padtopbot10 {
	padding-top:10px;
	padding-bottom:10px;	
}
.padtop15 {
	padding-top:15px;
}
.padtop75 {
	padding-top:75px;
}
.signinbox{
	width: 400px;
}
.greentext {color: green;font-weight:bold;}
.whitetext {color: #ffffff;}
.bg { 
    /* The image used */
    background-image: url("home.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}