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

@media (max-width: 575.98px) {
    .auth-one-bg-position {
        height:280px
    }
}

.bg-overlay {
    background: linear-gradient(to right, var(--brand-600), var(--brand-700));
    opacity: .9
}

.bg-video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.bg-vid-block {
    position: absolute;
    height: 380px;
    width: 100%;
    overflow: hidden;
    top: 0;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .bg-vid-block {
        height:280px
    }
}

.login-button-disabled {
    background-color: rgb(161, 161, 161);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    touch-action: none;
    pointer-events: none;
}

.login-form-shape {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;    
    display: flex;
    align-items: flex-end;
}

/*# sourceMappingURL=4600abf849f57420.css.map*/