.padre{
    background-color: #062238;
    font-family: 'Roboto', sans-serif;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.blockquote{
    margin: 20px;
    font-size: 28px;
}

.header{
    width: -webkit-fill-available;
}

.error{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.texto-error{
    font-size: 30px;
}

.img{
    width: 90%;
}

.element > input{
    height: 80px;
    margin-bottom: 30px;
}

.imagen_final{
    display: flex;
    justify-content: center;
}

.salir{
    display: flex;
    justify-content: center;
    align-items: center;
}

.salir-anteriores{
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-salir{
    width: 50%;
    font-size: 20px;
}