body
		{
			font-family: Rubrik,sans-serif;
			font-weight: 300;
		}
		#wrapper
		{
			height: 100%;
		}
		.new-lg-form
		{
			padding-top: 20px;
		}
		.inner-panel
		{
			height: 100%;
			background: rgba(0,0,0,.5);
		}
		.lg-info-panel
		{
			background-image: url("/pages/img/intranet_bg.jpg"); 
			background-repeat: no-repeat;
			background-position: center; 
			background-size: cover;
			height:100%;
		}
		.col-md-4
		{
			height:100%;
			padding:0;
		}
		.skin-1
		{
			background-color: white;
		}
		img
		{
			padding: 20px;
			width: 150px;
			display: inline-block;	
		}
		h2
		{
			color: white;
			line-height: 36px;
			font-size: 24px;
		}
		h3.box-title
		{
			font-weight: bold;
			font-size: 16px;
			line-height: 30px;
			font-family: Rubrik, sans-serif;
			text-transform: uppercase;
			margin-bottom: 0px;
		}
		label
		{
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
		}
		p.text-muted-panel
		{
			font-style:italic;
			color: rgba(255,255,255,.7);
			padding: 20px 0;
		}
		p.text-muted-box
		{
			color: #8d9ea7;
		}
		a#to-recover
		{
			color:black;
		}
		
		.lg-content {
				text-align:center;
				padding-top:200px;
				padding-left:20px;
				padding-right:20px;
				margin:0 auto;
				max-width:450px;
		}
		
		@media (max-width: 992px)
		{
		.col-md-4 {
			display:none;
			}
		}
		
		@media (min-width: 770px)
		{
			.lg-content {
				text-align:center;
				padding-top:80px;
				padding-left:20px;
				padding-right:20px;
				margin:0 auto;
				max-width:450px;
		}
		}