html,
body {
    background: #009fe3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#009fe3, #0070a0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#009fe3, #0070a0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#009fe3, #0070a0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#009fe3, #0070a0); /* Standard syntax (must be last) */
    padding-top: 35px;
    height: 100%;
}
body{
		padding-bottom:30px;
}
#login{
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}
#login  #top{
	background-color:#47565b;
	width:100%;
	min-height:63px;
	border-radius:1px;
	display:table;
}
#login  #top span{
  vertical-align:middle;
  display: table-cell;
  color:white;
  font-family: 'Raleway', sans-serif;
  font-size:26px;
}
#login  #top span font{
	font-weight:lighter;
	font-size:22px;
}
#login #content{
	background-color:#f7f7f7;
	min-height:272px;
	border: 1px solid white;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.26);
}
#form1 label{
	font-family: 'Open Sans', sans-serif;
    color: #787878;
    font-size: 12px;
	font-weight:600;
}
.login-btn-row {
	height: 40px !important;
}
.form-group {
    margin-bottom: 0px !important;
}
#form1 .form-control{
	background-color:#f0f0f0;
	border-radius:0px;
	height:50px !important;
	width: 100%;
}
#form1  input[type=submit]{
	background-color:#47565b;
	color:white;
	width:100%;
	max-width:100px;
	height:40px;
}
#form1 #forgot-password,
#form1  #forgot-password{
    display: table;
    width: 100%;
    height: 40px;
	padding-right:15px;
	text-decoration:none;
}
#form1  #forgot-password span{
  vertical-align:middle;
  display: table-cell;
  color:#787878;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  font-weight:600
}

#note{
	display:block;
	margin-top:30px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#f0f0f0;
	text-decoration:none;
}