html, body, .container { 
	height: 100%;
	align-content: center;
	
 }
.backgroundImagem {
	height: 100vh;
	background-image: url("fundo.jpg");
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: center;
}
.centralizado {
	padding-top: 1%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.bordas {
	border: #ff0101 0px solid;
}
form{
	background-color: rgba(255, 255, 255, 0.53);
	border-radius: 10px;
	padding: 30px 35px;
	box-shadow: 0 0 20px rgba(8,7,16,0.6);
	backdrop-filter: blur(10px);
}
.row {
	margin-right: 0%;
	margin-left: 0%;
}
.titulos {
	text-align: center;
}
