@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');


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: #3A8FA0;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

.flecha1{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 14px;
    top: 51px;
}

.logo img{
    position: absolute;
    width: 217px;
    height: 185px;
    left: 92px;
    top: 71px;
}

.contrasena{
    position: absolute;
    width: 193px;
    height: 17px;
    left: 27px;
    top: 260px;

    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;

    color: #E3F4F8;

}

.linea{
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 293px;
    border: 1px solid #E3F4F8;
}

.texto{
    position: absolute;
    width: 328px;
    height: 128px;
    left: 27px;
    top: 315px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #FDFCFC;
}

.mail{
    position: absolute;
    width: 330px;
    height: 42px;
    left: 26px;
    top: 475px;

    background: #FDFCFC;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.12));
}

.enviarcodigo{
    position: absolute;
    width: 137px;
    height: 35px;
    left: 127px;
    top: 552px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.12));
}