#emailDecalogo{
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

main{
	background-color: #8AAF48;
}

#emailDecalogo > div{
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#titoloDecalogo{
	font-size: 5rem;
    font-weight: 600;
    color: #63762B;
}

.labelEmail{
	margin-top: 5rem;
	font-size: 2rem;
	color: white;
}

.inputStyle{
	margin-top: 1rem;
	height: 5rem;
    width: 50%;
    background-color: #7C903B;
    border: 2px solid white;
    border-radius: 12.5px;
	padding: 0 1rem;
	font-size: 1.5rem;
	color: white;
	cursor: default;
}
.inputStyle::placeholder{
	font-size: 1.5rem;
	color: white;
}

.btnDecalogo{
	margin-top: 3rem;
	font-weight: 600;
	color: white;
	background-color: #475420;
	padding: 0.25rem 5rem;
	border-radius: 6.75px;
	border: unset;
}

.emailEsistente{
	color: red;
}