/* =========================================================
   Tablet Styles (≤ 1024px)
   ========================================================= */
@media (max-width: 1024px) {

    .container {

    }

    .header {

    }

    .nav {

    }

    .main {

    }

    .footer {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .footer .footer-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer .footer-row {
        align-items: center;
        justify-content: center;
        row-gap: .35rem;
        margin-left: 0;
        margin-right: 0;
    }

    .footer .footer-copy,
    .footer .footer-powered {
        width: 100%;
        max-width: 100%;
        padding-left: .25rem;
        padding-right: .25rem;
        text-align: center;
        line-height: 1.45;
    }

    .footer .footer-powered {
        margin-left: 0 !important;
    }

}


/* =========================================================
   Mobile Styles (≤ 768px)
   ========================================================= */
@media (max-width: 768px) {

    /*
    Input Fields
    */
    .form-group label {
        left: 1.5rem !important;
    }

    .form-group .input-addon {
        right: 18px !important;
    }

    /*
    Login pages
    */
    .sign-bg img {
        max-height: 120px;
    }


    .container {

    }

    .header {

    }

    .nav {

    }

    .main {

    }

    .footer {
        font-size: .78rem;
    }

    .footer .footer-inner {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

}


/* =========================================================
   Small Mobile (≤ 480px)
   ========================================================= */
@media (max-width: 480px) {

    .container {

    }

    .header {

    }

    .nav {

    }

    .main {

    }

    .footer {

    }

}
