.termo {
    z-index: 10;
    position: absolute;
    background: #3737375e;
    width: 100%;
    height: 100%;
    display: none;
}
.termo div {
	background: white;
	margin: 0 auto;
	display: flex;
	width: 50%;
	height: 75%;
	margin-top: 75px;
	flex-direction: column;
	padding: 35px;
    font: normal 15px "Roboto";
    overflow-y: auto;
}
.termo div p {
    margin: 10px
}

.termo button{
	background-color: #0b9f15;
}

.formulario-senha-login {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #6767679c;
	z-index: 10;
}

.container-senha-login {
	margin: 0 auto;
	width: 25%;
	margin-top: 300px;
}

.container-senha {
	display: contents !important;
}

.titulo-formulario-cadastrar-login {
	margin: 15px 0px;
}