/* html,
body {
    height: 100%;
}

.meuContainer {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
} */

.titulo-login {
    color: var(--main-color) !important;
}

/* .login-form {
    width: 30vw;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5em;
    border-radius: 5px;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
    /* opacity: 0.5; */
/* } */ 