﻿
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .login-inner-con {
        display: none;
    }

    .login-ul {
        display: none;
    }

    .footer-bg {
        position: relative;
        z-index: 9;
        bottom: 0px;
        right: 0px;
        left: 0px;
        text-align: center;
    }

    .copyright {
        font-size: 10px;
        margin-top: 0rem;
        color: #000;
        text-align: center;
    }

    .designed {
        font-size: 10px;
        margin-top: 0rem;
        text-align: center;
        color: #000;
    }

    .login-sec {
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .login-grid {
        background-repeat: no-repeat;
        background-position: 17%;
        height: 100%;
        align-items: start;
    }

    .login-form {
        padding: 1.5rem;
    }

    .login-content {
        margin: 30px 0px;
    }

    .login-logo {
        top: 1rem;
    }

        .login-logo a {
            display: block;
            width: 270px;
        }

        .login-logo a {
        }

    .designed a {
        font-size: 10px;
    }

    .login-wrap {
        margin-bottom: 0rem;
    }

    .login-form .form-control {
        font-size: 10px;
    }
}
