.login {
    background-image: url(loginbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background: #e6e6e6;*/
}

:root {
    --theme-accent-color: #dfa465; /* CANA MAIN COLOR - ORANGE */
}
