.titulo-container, .cont-container, .list-container, .buttons-container{
    position: relative;
    text-align: center;
}
.titulo span{
	color: rgb(0,145,137);
	font-weight: bold;
}
.cont span{
	color: rgb(222,96,38);
	font-weight: bold;	
}
.login-formTable{
    text-align: center;
}
.login-formTable table{
	border-collapse: collapse;
}
.login-formTable table tr td:first-child{
	text-align:right;
	color: rgb(0,145,137);
	font-weight: bold;
}
.login-formTable table tr td{
	text-align:left;
	font-weight: bold;
}
.login-formTable table tr td input{
	border-top: none;
}
.prop-btnsContainer{
    position: relative;
}
.prop-btnItem{
	text-align: center;
}
.prop-btnItem button{
    color:rgb(255,255,255);
	background-color: rgb(86,175,71);
	font-weight: bold;
}
.prop-btnItem button:hover{
	background-color: rgb(141,198,53);
	cursor:pointer;
}