body{
	font-family: "Trebuchet MS" Helvetica, sans-serif;
	margin-top: 200px;

}


#container{

	width: max-content;
	height: max-content;
	padding: 5px 20px 0px 20px;
	/*background-color: rgba(255, 255, 255, 0.3);*/
	background-color: #DEB887	;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: auto;
	/*margin-top: 120px;*/
	text-align: center;
}

#container img {

	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-bottom: 30px;
}

.text{

	margin-left: 100px;
}

.btn_log {
	margin-top: 32px;
	padding-bottom: 20px;
}

.entrar1{
	background-color: #26a69a;
}

nav {
	/*position: absolute;
	top: 0px;
	right: 0;
	background-color: #234d20;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
