.auth-one-bg {
    background-image: url(../../../assets/imgs/building.jpg);
    background-position: center;
    background-size: cover;
}
.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}
.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#0e4e92),to(#0960bd));
    background: linear-gradient(to bottom,#0e4e92,#0960bd);
    opacity: .9;
}
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}
.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.particles-js-canvas-el {
    position: relative;
}
.shape>svg {
    width: 100%;
    height: auto;
    fill: var(--bs-app-bg-color);
}

img, svg {
    vertical-align: middle;
}
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}

.error-basic-img {
    max-width: 450px;
}
@media screen and (max-width:576px) {
    .auth-one-bg-position {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 280px;
    }
}