
/*  PADRAO DE CORES DO SISTEMA */
:root {
  --vermelho-ga:#be445f;
}
.logo-black{
	background:#000;
}
.logo-white{
	background:#fff;
}
.cols{
	position:relative;
	float:left;
	width:50%;
}
	
	.form-group.wi-50 
	{
    float: left !important;
    max-width: 49% !important;
	}
	.form-control input{
		font-size:15px;
	}
	.form-horizontal label{
		font-size:14px;
	}
	
	#search-loader{
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.3);
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	}
#search-loader span{
	font-size: 55px;
	}
#search-loader p{
	font-size:16px;
	}	
	
.loader-central{
	width: 150px;
	height:100px;
	margin: 20% 46%;
	text-align:center;
	}