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

.kt-login__logo a img {
    width: 150px;
    margin-top: 50px;
}

.kt-login__block {
    text-align: center;
}

.kt-login__desc {
    width: 600px;
    margin-top: 33px
}

.kt-login__content {
    display: none !important;
}

.kt-header .kt-container .kt-header__brand-logo-default {
    width: 70px;
}

.kt-footer .kt-footer__top {
    padding: 2rem 0 2rem 0 !important;
}

.kt-footer .kt-footer__bottom {
    padding: 1rem 0 3rem 0 !important;
}

/* Small devices (tablets, 769px and up) */
@media (min-width: 769px) {
    .kt-login__content {
        display: flex !important;
    }
    .kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__title {
        color: #000;
        font-size: 3.5rem;
        font-weight: 300;
        margin-bottom: 2rem;
    }
    .kt-login__logo a img {
        width: 250px;
        margin-top: 0px;
    }

}


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

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