body{
	background-image: url("/img/img.jpg") ;
	 background-repeat: no-repeat;
	width: 100vw;
}

.titulo{
	color: white;
	background-color: black;
}



.flex{
	display: flex;
	width: 100vw;
	height:70vh;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	align-self: center;
	transition: 0.5s;

}

.meio{
	text-align: center;
	width: 50%;
	min-width: 320px;

}

.login input{
	height: 50px;
	width: 300px;
	font-size: 40px;
	max-width: 80%;

}

.login{

	background-color:rgba(0,0,0,0.3);
}