
#BOX_wellcome {
    height: 99vh;
    width: 99vw;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #474c69, #6a72e4);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

#criptaPw{
    margin-top: 30px;
    zoom: 85%;
}
p {
    color:white;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#BOX_wellcome img {
    height: 200px;
    
}