.fundo{
	background-position: relative; 
	/* background-color: #3D7D5B; */
	/* background-image: url(""); */
	background-image: linear-gradient( to right, #00a859, #ffcc29, #5c3e2c );
	/* background-repeat: no-repeat;  */
}


.logo{
	position: absolute; 
	top: 15px; 
	left: 44%;
}

.titulo{
	width:100%;
	text-align: center;
	font-weight: bold;
}

.img_login{
	margin-left: 12px;
}

.msg{
	color: red;
}

.rodape {
	position: fixed;
	bottom: 0px;
	left: 0;
	width:100%;
	background-color: #00a859;
	padding: 3px;
}

.texto_rodape{
	width:100%;
	font-size: 13px;
	text-align: center;
}

.logo_rodape{
	margin-left: 15px;
}

.ui-corner-all {
    border-radius: 40px !important;
}

.ui-widget-header {
	background: none !important;
}