﻿
.auth-page-wrapper .auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.auth-page-wrapper .footer {
    right: 0;
    background-color: transparent;
    color: #ced4da;
    /*color: var(--vz-body-color);*/
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 380px;
}

@media (max-width: 575.98px) {
    .auth-one-bg-position {
        height: 280px;
    }
}
.auth-one-bg {
    background-image: url("../img/appimg/auth-one-bg.jpg");
    background-position: center;
    background-size: cover;
}
    .auth-one-bg .bg-overlay {
        background: -webkit-gradient(linear, right top, left top, from(#364574), to(#405189));
        background: linear-gradient(to left, #364574, #405189);
        opacity: 0.9;
        /* background-color: red;
        opacity: 0.85;*/
    }

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}

.shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

    .shape > svg {
        width: 100%;
        height: auto;
        fill: #F8F9FA;
        /*fill: var(--vz-body-bg);*/
    }