.container-fluid {
    height: 100%;
    background-image: url("https://static.hayapek.com.br/banners/grupohayamax/banner-gray.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.wrapper .box {
    background: var(--color-white);
    border-radius: 5px;
    width: 400px;
    padding: 25px;
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
}

.image-logo {
    max-width: 302px;
    width: 100%;
}