html {
    /*background: #008FD3;*/
    background-image: url('../images/BG.svg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    background: transparent;
}

.auth-page-wrapper {
    /*background-image: url('../images/BG.svg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background-color: transparent!important;
}
