<STYLE TYPE="text/css">
<!--
.png { behavior: url(images/png.htc); }
-->
body{
  background-image: url('/images/MS-PGSM4m.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 90%;
}

.login-form,
.login-form h1,
.login-form input{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* Form Container */
.login-form {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: 350px;
    height: 200px;
    margin: 10% auto;
    cursor: default;
    background-color: #226668;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0.4em 0.4em 5px rgba(100,100,100,0.5);
}

/* Form Title */
.login-form	h1 {
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
    margin: auto 30%;
}

/* Form Input General Styles */
.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=submit] {
	margin: 10px 10px;
	padding: 6px 15px;
	border: 0;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-shadow: 0px 1px 1px rgba(255,255,255, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Form User&Pass Input Styles */
.login-form input[type=text],
.login-form input[type=password]{
	color: #666;
	width: 330px;
	background: #fff;

	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
}

.login-form input[type=text]:focus,
.login-form input[type=password]:focus {
	background: #ddd;
}

/* Form Submit Input Styles */
.login-form input[type=submit]{
	float: right;
	cursor: pointer;
	color: #fff;
	background: #999;
    text-transform: uppercase;
    font-weight: bold;

	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(200,200,200, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(200,200,200, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	box-shadow: inset 1px 1px 1px 0px rgba(200,200,200, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
}

.login-form input[type=submit]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Span */
.login-form span {
    color: fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: none;
	position: relative;
	margin-top: 15px;
	padding-left: 10px;
	float: left;
}
.project-info-right {
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
}
.project-info-left {
    position: fixed;
    bottom:0;
    left: 0;
    padding: 10px;
}
</style>