html, body {
	height: 100%;
	background-color: #cedf9b;
}
.bg{
	background-image: url("http://oright.pt/img/O_right_site.jpg") ;
	background-position: center;	
	background-size: cover;
	background-repeat: no-repeat;
	
	height: 100%;
	
}

.logofb { 
	width: 51px; 
	height: 51px;
	margin-left: 100px;
	margin-top: -150px;
	background-size: cover; 
	background-position: center;
	display: block; 
	position: absolute;
}
.logoinst {  
	width: 258px; 
	height: 51px;
	margin-left: 150px;  
	margin-top: -150px;  
	background-size: cover; 
	background-position: center;
	display: block;
	position: absolute;
}
.content {
	
	position: relative;
	left: 30%;	
	top: 10%;
}

@media screen and (min-width: 1920px) {
	
	.content {
	
	position: relative;
	left: 36%;
	top: -3%;
	}
}