@charset "utf-8";

@font-face{
	font-family: 'sipet-font';
	src:url('../fonts/Noway-Regular.otf') format('opentype'),
	url('../fonts/Noway_Regular_Italic.otf') format('opentype'),
	url('../fonts/contb.ttf') format('truetype'),
	url('../fonts/contl.ttf') format('truetype'),
	url('../fonts/contm.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body{
/* 
    margin: 0;
    padding: 0;
	text-align: center; */
	font-family: 'sipet-font';

}

input[type=submit] {
/*  	width: 95%;  */
	background-color: #161615; 
	color: #ffcc49;
	padding: 8px 10px;
	margin-bottom: 1px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'sipet-font'; 

  }

  #btEntrar{
	
	width: 95%;
  }

 button {
	/*  width: 95%; */
		background-color: #161615;
		color: #ffcc49;
 		padding: 4px 8px;
		/*margin-bottom: 1px;*/
		border: none;
		border-radius: 4px;
		cursor: pointer; 
		font-family: 'sipet-font'; 
	
}

.coletorSumbmit{

	background-color: #161615;
	color: #ffcc49;
	padding: 4px 8px;
	margin-bottom: 1px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'sipet-font'; 
	min-width: none;


}

.retTran{
	font-size: 0.9em;
	color: red;
}

#loginNome{

	font-size: 1.5em;
	margin-left: 25px;

}

.listLots{
	max-height: 150px;
	padding: 2px;
	font-size: 20px; 
	color: var(#ffcc49);
	overflow: scroll;
}

#btConsultar{
	margin-top: 3px;
}
  

