        body{ 
	    background: url(../images/bg-lobc.png) no-repeat center center fixed;
	    -webkit-background-size: cover !important; 
	    -moz-background-size: cover !important; 
	    -o-background-size: cover !important; 
	    background-size: cover !important;	
        /*height: 100% !important;
		overflow: hidden !important;*/
        }
		
		#login {
            padding-top: 70px;
            padding-bottom: 40px;
			margin-top: 50px;
	
        }
		#login .form-signin {
			/*background: url("images/pixel-60fff.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
		    background: #fff;
			border: 1px solid #E5E5E5;
			border-radius: 5px;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
			margin: 0 auto 20px;
			max-width: 300px;
			padding: 19px 18px 29px;
			overflow:hidden;
		}
		
		#login .form-signin .form-signin-heading, #login .form-signin .checkbox {
            font-size: 19px;
            margin-bottom: 10px;
        }
		.spacer{margin-bottom:50px;}		
	
	   .title{
	       margin:0px auto;
        }

       .title h3 {
	      color:#fff;       
	      margin:auto 0;
	      font-size: 24px;
	      text-align: left;
		  border-bottom: 1px solid #fff;
		  padding: 0px 0px 5px;
        }
		
       .title p {color:#fff;
	            font-size: 14px;  
				margin:15px 0px;
	            }
		