@import './Thema.css';

.login-page{
    min-height: 100vh;
    
}

@media screen and (min-width: 768px) {
    .login-logo {
            min-height: 110vh;
            background-image: url("../img/FEED JEMPOLKU.png");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
}

@media screen and (max-width: 768px) {
    .login-logo {
        width: 100%;
        height: 560px;
        background-image: url("../img/Mobile LOGIN.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.text-bbb {
    color: red;
}