
@media screen and (min-width:320px) and (max-width: 767px) {

.login {
     position: unset; 
    transform: translate(0%, 0%);
}

.login__form {
    margin: 30px 0;
    padding: 20px;
    border-radius: 20px;
}

.login__text {
    font-size: 13px;
}

.login__input {
    padding: 10px 10px;
    margin: 10px 0;
}

.login__icon img {
    width: 100px;
}
.bl-login {
    display: flex;
    align-items: center;
    height: 100vh;
    background-size: cover!important;
    background-position: center!important;
}


/*=========== dashboard css =============*/

.highlights {
    position: absolute;
    top: 40px;
    left: 0%;
    background: #6eca24;
    padding: 15px;
    animation: unset!important;
    padding-top: 35px;
}

.left-menu.collapsed {
    z-index: 9;
}

.middle-content {
    margin-top: 140px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    height: auto;
    overflow-y: auto;
    padding-bottom: 20px;
}

.middle-content .col-5 {
    margin: 25px 0;
}

.play-btn {
    margin-top: 13px;
}

.desktop-view{
    display: none;
}


.left {
    height: 100vh;
    width: 100vw;
    width: 100%;
}

a.signup-google {
    font-size: 11px;
}

}




@media screen and (min-width:768px) and (max-width:991px) {

    .login {
         position: unset; 
        transform: translate(0%, 0%);
    }
    
    .login__form {
        margin: 30px 0;
        padding: 20px;
        border-radius: 20px;
    }
    
    .login__text {
        font-size: 13px;
    }
    
    .login__input {
        padding: 10px 10px;
        margin: 10px 0;
    }
    
    .login__icon img {
        width: 100px;
    }
    .bl-login {
        display: flex;
        align-items: center;
        height: 100vh;
        background-size: cover!important;
        background-position: center!important;
    }
    
    
    /*=========== dashboard css =============*/
    
    .highlights {
        position: absolute;
        top: 40px;
        left: 0%;
        background: #6eca24;
        padding: 15px;
        animation: unset!important;
        padding-top: 35px;
    }
    
    .left-menu.collapsed {
        z-index: 9;
    }
    
    .middle-content {
        margin-top: 140px;
        background: #fff;
        border-radius: 30px 30px 0 0;
        height: 100vh;
        overflow-y: auto;
    }
    
    .middle-content .col-5 {
        margin: 25px 0;
    }
    
    .play-btn {
        margin-top: 13px;
    }
    
    .desktop-view{
        width:50%;
    }

    .left {
        width: 50%;
        float: left;
    }

a.signup-google {
    font-size: 11px;
}

#bl-slider .carousel-item {
    background-position: right!important;
}
    
    }



    @media screen and (min-width:992px) and (max-width:1365px) {

        .login {
             position: unset; 
            transform: translate(0%, 0%);
        }
        
        .login__form {
            margin: 30px 0;
            padding: 20px;
            border-radius: 20px;
        }
        
        .login__text {
            font-size: 13px;
        }
        
        .login__input {
            padding: 10px 10px;
            margin: 10px 0;
        }
        
        .login__icon img {
            width: 100px;
        }
        .bl-login {
            display: flex;
            align-items: center;
            height: 100vh;
            background-size: cover!important;
            background-position: center!important;
        }
        
        
        /*=========== dashboard css =============*/
        
        .highlights {
            position: absolute;
            top: 40px;
            left: 0%;
            background: #6eca24;
            padding: 15px;
            animation: unset!important;
            padding-top: 35px;
        }
        
        .left-menu.collapsed {
            z-index: 9;
        }
        
        .middle-content {
            margin-top: 140px;
            background: #fff;
            border-radius: 30px 30px 0 0;
            height: 100vh;
            overflow-y: auto;
        }
        
        .middle-content .col-5 {
            margin: 25px 0;
        }
        
        .play-btn {
            margin-top: 13px;
        }
        
        .desktop-view{
            width:65%;
        }
    
        .left {
            width:35%;
            float: left;
        }
    
    a.signup-google {
        font-size: 11px;
    }
    
    #bl-slider .carousel-item {
        background-position: left!important;
    }
        
        }