body{
    background-color: #f2f7f8 !important;
}
.login-register{
    position: relative !important;
}
.bg_video{
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        background-size: cover;
    }
    .login-register{
        padding-top: 90px !important;
        position: absolute !important;
        background: linear-gradient(72deg,#000dff 8%,rgba(0,13,255,0.35) 100%) !important;
    }
    .footer, .footer a {
        color: #ffffff !important;
        background: transparent !important;
    }
    .btn-success{
        background-color: #31AF00 !important;
    }