/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .login-left-img{
        display: none;
    }
    .login-right-section{
        width: 100%;
        height: 100vh;
        padding: 50px 20px;
    }
    .login-form-section{
        position: static;
        margin-top: 40px;
        top: 50%;
        transform: translateY(0%);
    }
    div.logoutPage .forgetWrapper {
        width: 90%;
    }
    .loginMainWrapper {
        width: 90%;
        top: 50%;
        left: 50%;
    }

}




/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    div.logoutPage .forgetWrapper {
        width: 50%;
    }
    .loginMainWrapper {
        width: 50%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
.login-left-img{
    display: none;
}
.login-right-section{
    width: 100%;
    height: 100vh;
}
.login-form-section{
    position: static;
    margin-top: 40px;
    top:0;
    top: 50%;
    transform: translateY(0%);
}

}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}