
.auth-one-bg {
    background-image: url(../img/20200225_oldnavyinterior_3x2.jpg);
    background-position: center;
    background-size: cover;
}
.auth-one-bg{
    background-image: url("../img/20200225_oldnavyinterior_3x2.jpg");
    background-position: center;
    background-size: cover;

    .bg-overlay{
        background: linear-gradient(to right, darken($primary, 6%), $primary);
        opacity: 0.9;
    }

    .shape{
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        >svg {
            width: 100%;
            height: auto;
            fill: var(--#{$variable-prefix}body-bg);
        }
    }
}


.auth-bg-cover {
    background: linear-gradient(-45deg,#042340 50%,#163e69);
}
.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#a192f6),to(#ffffff));
    background: linear-gradient(to right,#ffffff,#ffffff);
    opacity: .9;
}