* {
padding: 0px;
bottom: 0px;
}

body {
	font-family: helvetica;
	background-color: #eaeaea;
	font-size: 15px;
}

button {
	background-color: black;
	border-radius: 3px;
	border: 7px solid black;
	color: white;

}

img {
	width: auto;
	height: 70px;
}

.error {
	border: 2px solid white;
	width: 400px;
	height: 270px;
	background-color: white;
}

.error2 {
	border-radius: 0px 0px 5px 5px;
	border: 2px solid black;
	width: 400px;
	height: 37px;
	background-color: black;
	color: white;
}

.error3 {
	border-radius: 5px 5px 0px 0px;
	border: 2px solid white;
	width: 400px;
	height: 37px;
	background-color: white;
}
.cod {
	border-radius: 5px;
	border: 1px solid #dee2e6;
	width: 40px;
	height: 30px;
	margin: 1px;
}

.section {
	border-radius: 5px;
	border: 1px solid #dee2e6;
	width: 100px;
	height: 30px;
	margin: 1px;
}

#senha {
	width: 110px;
}

#organizador {
	text-align: left;
	padding: 5px;
}

#sa {
	cursor: wait;
}