html, body {
    height: 100%;
}

body {
    background-image: url("https://static.nxfacil.com.br/controle_sistema/bg-auth-nxrocket.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

label {
    font-weight: bold;
    font-family: Montserrat;
}

.alto {
    height: 100%;
}

.form-wrapper {
    display: flex;
    align-items: center;
}

.logo-wrapper {
    text-align: center;
    margin-bottom: 1rem;
}

.logo-wrapper img {
    height: 3rem;
}

.bg-branco {
    background-color: white;
    padding: 3rem 1rem;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px lightgrey;
}

.largo {
    width: 100%;
}

a {
    float: right;
    color: var(--laranja-nxrocket);
    font-size: 0.7rem;
}

a:hover {
    color: #fd5018;
}

@media screen and (max-width: 768px) {
    body {
        background-position: center;
    }

    .logo-wrapper img {
        height: 2.5rem;
    }
}