@import url('/css/bootstrap/css/bootstrap.min.css');

/* new styles */
label.valid {
	width: 24px;
	height: 24px;
	background: url(/css/bootstrap/img/valid.png) center center no-repeat;
	display: inline-block !important;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	/*padding: 2px 8px;*/
	margin-top: 2px;
}

body {
	background-color: transparent;
}
.label_bold::after {
	content: " *";
	color: red;
}
.btn span.glyphicon {         
	opacity: 0;       
}
.btn.active span.glyphicon {        
	opacity: 1;       
}
.div_faleconosco {
	float: left; 
	font-size: 26px; 
	color: #395296;
}

#formulario label.error {
	/*text-align: center;
	margin: 10px 0px;*/
	display: none;
}

/* input numbers sem setas */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}