.auth-one-bg .bg-overlay {
    background: linear-gradient(to right, #4048F5, #343ce3);
    height: 100%;
    opacity: .9;
}

.auth-page-wrapper .auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px
}

.auth-one-bg {
    background-image: url("auth.jpeg");
    background-position: center;
    background-size: cover
}


.auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    fill: #f1f4f8;
}

.auth-one-bg .shape > svg {
    width: 100%;
    height: auto;

}

.card-auth {
    margin-top: 100px;
}
