body {
	font-family: "Arial";
	background-color: #364244;
	/* background: linear-gradient(to bottom, #00ced1, #0b0); */
	color: #fff;

}

.link-logo {
	background: none;
	position: fixed;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.logo {
	width: 50%;
	/* margin-left: 25%; */
	/* margin: auto; */
}

h1 {text-align: center;font-size: 2em; }

legend {
	border-bottom: 1px solid #000;
	color: #e65c00;
	font-size: 1.7em;
	font-weight: bolder;
	margin: 10px 0;
}

.aviso {
	font-weight: bolder;
	text-decoration: underline;
}

.entrar {
	/* font-size: .9em; */
}
form {
	width: 95%;
	margin: auto;
	background: #364244;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
	margin-top: 40vh;
	box-sizing: border-box;
}

label {
	font-weight: bold;
	/* margin: 15px 0; */
	margin: 5px 5px;
	color: #eef;
	font-size: 1.2em;
}

input {
	border-radius: 10px;
	padding: 10px;
	width: 90%;
	/* outline: 0; */
	margin: 5px 5px;
}

input::focus {
	border: 1px solid #00f;
}

input[type="file"] {
	font-size: 25px;
}
select {
	padding: 5px;
	font-size: 25px;
}

.termo { 
	width: 30px;
}
a {
	text-decoration: none;
	margin: 10px 0;
	background: linear-gradient(to right, #bbd2c5, #86fde8);
	padding: 5px;
	border-radius: 10px;
	font-size: 80%;
	
}

.opcoes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
button {
	border: none;
	padding: 10px;
	border-radius: 5px;
	background: linear-gradient(to right, #ffff99, #ffcc00); 
	margin: 15px;
	width: 40%;
	color: #555;
	font-weight: bold;
	font-size: 1.5em;
}

button:hover {
	background: linear-gradient(to right, #b9ff99, #12e4c8); 
}

.btnCancel {
	padding: 7px;
	height: 30px;
	background: linear-gradient(to left, #e52d27, #b31217);
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 20%;
}

.localizacao select {
	width: 100%;
}
