@media screen and (min-width: 1200px) and (max-width: 1439px){
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .login-body{
        width: 100%;
        display: block !important;
    }
    .left-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
        text-align: center;
    }
    .right-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
    }
    .login-heading{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding: 0px 25px;
    }
    .login-pg-logo{
        position: relative;
        width: 60%;
        top: 0;
        left: 0;
        transform: none;
    }
    .heading{
        font-size: 18px;
        line-height: normal;
        padding-bottom: 5px;
    }
    .form-control{
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }
    .sign-btn{
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-text{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-subtext{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .lgn-txt{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .sign-up{
        font-size: 14px;
        line-height: normal;
    }
    .icon-img{
        max-width: 25px;
    }
}
@media only screen and (max-width: 767px){
    .login-pg-logo{
        position: absolute;
        width: 75%;
    }
    .login-body{
        width: 100%;
        display: block !important;
    }
    .left-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
        text-align: center;
    }
    .right-login{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 50px 0px;
    }
    .login-heading{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding: 0px 25px;
    }
    .login-pg-logo{
        position: relative;
        width: 60%;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
    .heading{
        font-size: 18px;
        line-height: normal;
        padding-bottom: 5px;
    }
    .form-control{
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }
    .sign-btn{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-text{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .login-subtext{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .lgn-txt{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1rem;
    }
    .sign-up{
        font-size: 14px;
        line-height: normal;
    }
    .icon-img{
        max-width: 25px;
    }
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
