    html, body {
	  font-family: Calibri, Arial, Sans-serif; 
	  height: 100%;
      min-height: 100%;
	  overflow-y: hidden;
	  background: #d4d2d0;

    }
     
/*     body {
      background: #d4d2d0;
    } */
	
label {
	font-family: Calibri; 
	color: #888888; 
	font-size: 14px;
	}
     
.wrapper {
	padding: 0px;
/*       height: 95%;
      min-height: 95%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; */
    }
     

	
.content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12%;
	width: 725px; 
	height: 325px; 
	background: #fff; 
	background-image: url('imagens/graphics.png'); 
	background-repeat: no-repeat;
	border-radius: 5px;
	/* background-position: 0px 57px; */
	}

	.logoClient{
	position: relative; 
	top: 234px; 
	left: 10px; 
	display: block;
/* 	border: 1px solid #000; */
	width: 162px;
	height: 60px;
	}
	

	
	
	.siteName {
	position: relative; 
	top: 160px; 
	left: 418px; 
	display: block;
	width: 298px;
	height: 20px;
	background: #1e2f5f;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	letter-spacing: .5px;
	}
	
	.modulesBar {
	position: relative; 
	top: 155px; 
	left: 418px; 
	display: block;
	width: 298px;
	height: 55px;

	}
	
	.module {
	position: relative; 
	display: block;
	width: 55px;
	height: 55px;
	background: #fff;
	display: inline-block;
	margin-right: 2px;
	}
	
	.mr0{
	margin-right: 0px;
	}
	
	
	
	.left80 {
	left: 80px; 
	}
	
	.left85 {
	left: 85px; 
	}
	
	.left90 {
	left: 90px; 
	top:-1px;
	}
	