body{
		background-image: url("../storage/background.png");
		background-repeat: no-repeat;
}

#containerForm{
	position: absolute;
	left: 50%;
	top: 40%;
	width: 70%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(4px);
	padding: 20px;
	border-radius: 20px;
}

#logo {
	width: 50%;
}

form{
	display: flex;
	flex-direction: column;
}

.msg-error img{
	margin-top: -5px;
}

@media (min-width: 1024px) {
	#containerForm{
		width: 30%;
	}

	#logo{
		width: 40%;
	}
}