


body {

	background-color:#FFF;
	background-attachment: fixed;
	background-image: url(../img/bg/image-2.jpg)
	font-family: Raleway, sans-serif, Helvetica,Arial ,sans-serif;
}

.imagemtopo{
	background: url(../img/bg/image-1.jpg) ;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
}

/* Imagem do cabeçalho */
.ImgTopo{
	padding: 15px;

}

.fundoOpaco{
	padding-left: 10px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	

}

#Experiencia{
	position: relative;
	margin-top: -50px;
	padding: 0px;
	width: 100%;
	background-color: #FFC107;
	display: flex;
  	align-items: center;
  	justify-content: space-between;
	
}

#cabecalhoEmpresa{
	border: solid 0px;
	margin:40px;
	margin-left: 0px;
	left:  0px;
}

/* Formulario */

#container1 {
	width: 400px;
	
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 10px;
}

input {
	
	font-size: 18px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	border: none;
	background-repeat: no-repeat;
	background-position: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; 
}

.lnr-eye {
    
    background-size: 100%;
    background-position: center center;
    width: 22px;
    height: 30px;
    position: absolute;
    right:  8px;
    bottom: 0;
    top: 0;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 5px;

}

.control {
    position: relative;
}


.usuario ~ .input-icon {

    background-image: url(../img/icone-usuario.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;

}

.senha ~ .input-icon {

    background-image:  url(../img/icone-cadeado.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 22px;
    height: 30px;
    position: absolute;
    left: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;

}

input.usuario{
	height: 40px;
	padding-left:35px;
	
	}

input.senha {
	height: 40px;
	padding-left:35px;
	
}


fieldset {

	border: 1px solid #ccc;
	width:100%;
	opacity: 1;

	
}


.formulario{
	margin-bottom: 20px; 
	background-color: #F0F0F0;
}

#cobranca{
	display: none;
	margin-bottom: 30px;
	width: 100%;
}
#cobranca fieldset {
	width: 100%;
}


/* Rodapé
-----------------------------*/
footer {
	margin-top:60px;
	background: #FF6600;
	padding: 50px 0px 20px 0px;
	position: relative;
}

footer h4 {
	color: #919496;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer .navbar-nav a {
	color: white;
	font-size: 0.8em;
}

footer .navbar-nav a:hover {
	color: #9bf0e1;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer ul li {
	float: right;
	margin: 0 5px;
}

.social{
	text-align: center;
	color: #fff;
	margin-bottom: 50px;

}

.social a{
	color:#FFf;

}

.espaco-lateral{
	padding-right: 20px;
}

.copyright{
	color:#fff;
	text-align: center;
}
/*Small devices (landscape phones, 576px and up) 
@media (min-width: 576px) and (max-width: 767.98px) {
	
	#tituloH1{
		display: none;

	}
}
*/

/*-------------------------------------------------
PAGINAÇÃO
-------------------------------------------------*/
#pages {	padding: 3px;}#pages ul {	list-style-type: none;}#pages li {	float: left;	display: inline;	margin: 0 5px 0 0;	display: block;}#pages li a {	color: #000;	padding: 4px;	border: 1px solid #ccdbe4;	text-decoration: none;	float: left;}#pages li a:hover {	color: #fff;	background-color: #007BFF;	border: 1px solid #2b55af;}#pages li.nolink {	color: #CCC;	border: 1px solid #F3F3F3;	padding: 4px;}#pages li.current {	color: #FFF;	border: 1px solid #2b55af;	padding: 4px;	background-color: #007BFF;}
	
   #tudo #topo #Corpo .rounded table tr td {
	text-align: left;
	font-weight: bold;
}

.t-table {
  
  height: 400px;  border-collapse: collapse;
}

