
body {
    background-image: url('../images/image.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
}

.container{
        height: 100vh;
}

.contenedor{
        height: inherit;
}

.logo {
    background-image: url('../images/logo.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%; /* o cualquier otro valor que desees para el ancho del contenedor */

    margin: 0;
}

.mensaje {
    background-image: url('../images/mensaje.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%; /* o cualquier otro valor que desees para el ancho del contenedor */
    margin: 0;
}