html, body {
    font-family: 'Roboto' !important;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-fluid {
    margin: auto;
}

.row-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.row-image-scr {
    margin-bottom: 32px;
    width: 360px  !important;
}

#button-login {
    width: 100%;
    background-color: var(--color-primary);
    font-weight: bold;
}
