
/*col-xs mobile potarit*/
@media (max-width: 384px) {     

    .centered-logo {
        position: relative;
        margin-top: 0%;
        margin-left: 33%;
        width: 100px;
    }

    .vh-Centre {
        width: 100%;
    }
    .centered-form {
    position: relative;
    top: -45px;
}


}



@media (min-width: 385px) and (max-width: 767px) { 

    .centered-logo {
        position: relative;
        margin-top: 10%;
        margin-left: 40%;
        width: 100px;
    }

    .vh-Centre {
        width: 80%;    
        color: white;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 38%;
        left: 43%;
        padding: 20px;
        resize: both;
        overflow: auto;
    }


}

/*col-sm tablets */
/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 959px) {   


    .centered-logo {
        position: relative;
        margin-top: 46% !important;
        margin-left: 10%;
        width: auto;
    }

    .centered-form {
        position: relative;
        margin-top: 35% !important;
        border-left: 1px solid #CED2CC;
    }    

    .vh-Centre {
        width: 80%;    
        color: white;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 40%;
        left: 50%;
        padding: 20px;
        resize: both;
        overflow: auto;
    }

}

/*col-md*/
/*@media (min-width: 992px) and (max-width: 1200px) { */
@media (min-width: 960px) and (max-width: 1279px) {

    .centered-logo {
        position: relative;
        margin-top: 46% !important;
        margin-left: 10%;
        width: auto;
    }

    .centered-form {
        position: relative;
        margin-top: 35% !important;
        border-left: 1px solid #CED2CC;
    }

    .vh-Centre {    
        width: 100%;    
    }



}

@media (min-width: 1280px) and (max-width: 1366px) { 

    .centered-logo {
        position: relative;
        margin-top: 46% !important;
        margin-left: 0%;
        width: auto;
    }

    .centered-form {
        position: relative;
        margin-top: 35% !important;
        border-left: 1px solid #CED2CC;
    }

}

@media (min-width: 1367px) and (max-width: 1680px) { 

    .centered-logo {
        position: relative;
        margin-top: 46% !important;
        margin-left: 0%;
        width: auto;
    }

    .centered-form {
        position: relative;
        margin-top: 35% !important;
        border-left: 1px solid #CED2CC;
    }


}

@media (min-width: 1681px) and (max-width: 1920px) { 

    .centered-logo {
        position: relative;
        margin-top: 46% !important;
        margin-left: 0%;
        width: auto;
    }

    .centered-form {
        position: relative;
        margin-top: 35% !important;
        border-left: 1px solid #CED2CC;
    }

    .vh-Centre{
        width: 70%
    }


}

@media (min-width: 1921px) {

    .centered-logo{
        position: relative;
        margin-top: 25%;
        margin-left: 45%;
    }

    .centered-form{
        position: relative;
        margin-top: 20%;   
        border-left: 1px solid #CED2CC;
    }

}  



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) /
@media (min-width: 768px) {
    


}

/* Medium devices (desktops, 992px and up)
@media (min-width: 992px) {


}

/* Large devices (large desktops, 1200px and up) 
@media (min-width: 1200px) {


}
*/