body {
    /* background: url('./assets/images/clients/login/background.svg'); */
    background: url('../images/clients/login/background.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}