.bmi-login-random-txt {
    z-index: 99999999999;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: width 1s;
    transition: width 1s;
    overflow: hidden;
    position: fixed;
    top: 142px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    display: none;
}

    .bmi-login-random-txt:hover {
        width: 300px;
        cursor: help;
    }

.bmi-full-bg { 
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .bmi-full-bg .img-responsive {
        width: auto;
        height: 100%;
        margin: auto;
    }

.stretch {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 768px) {
    [data-pid*="background-random"] {
        display: none;
    }
}
