* {
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;
	position: relative;
	width: 10%;
}

img {
	width: auto;
	height: 100px;

}

h1,h2,h3{
	color: black;
}

h3 {
	font-size: 10px;
}

.error {
	border: 2px solid white;
	border-radius: 5px 5px 5px 5px;
	width: 85%;
	height: 386px;
	display: inline-block;	
	background-color: white;
	position: fixed;
	top: 164px;
	left: 180px;
		text-align: left;
}

.error1 {
	border-radius: 5px 5px 5px 5px;
	border: 2px solid white;
	width: 150px;
	height: 377px;
	background-color: white;
	color: white;
	display: inline-block;
	position: fixed;
	top: 164px;
	left: 10px;
}

.error2 {
	border-radius: 5px 5px 5px 5px;
	border: 2px solid white;
	width: 97%;
	height: 37px;
	background-color: black;
	color: white;
	position: fixed;
	top: 560px;
}

.error3 {
	border-radius: 5px 5px 5px 5px;
	width: 97%;
	height: 37px;
	background-color: black;
	color: white;
	position: fixed;
	overflow: hidden;
	top: 113px;
}

.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;
}

.pi{
	position: relative;

}

#senha {
	width: 110px;
}

#organizador {
	text-align: left;
	padding: 5px;
}

#sair {
	background-color: red;
	border-radius: 5px;
	border: 3px solid red;
	width: 50px;
}

#enfeite {
	width: 50px;
	height: auto;
	font-size: 10px;
}

#caixa2 {
	display: inline-block;
	border: 1px solid black;
	width: 45%;
	height: auto;
	margin: 5px;
}

#caixa3 {
	display: inline-block;
	border: 1px solid black;
	width: 45%;
	height: auto;
	margin: 5px;

}

#caixa4 {
	display: inline-block;
	border: 1px solid black;
	width: 45%;
	height: auto;
	margin: 5px;
}

select{
	width:150px;
}