body {
    display: flex;
    background: linear-gradient(45deg, rgb(233,232,228),rgb(244,243,236));
}

#contenedor {
    width: 390px;
    height: 751px;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #9C80FB;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

.logo {
	width:400px;
	height: 620px;
	line-height:900px;
	margin:0px auto;
}
 
.logo img {
	vertical-align:middle;

}

.flecha2 img{
	width:400px;
	height: 60px;
}

