#app {
    background-color: #F4F6F9;
}

body {
    background-image: url("../img/perumahan.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-container {
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    height: 80vh !important;
    border-radius: 3%;
    background-color: #F4F6F9;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer-login {
    background-color: rgba(0, 0, 0, 0.75);
    margin : 0 !important;
    position: fixed;
    bottom: 0 !important;
    width: 100% !important;
}

.form-group > label {
    font-size: 12pt !important;
}

.bg-container {
    background: rgb(211,252,255);
    background: linear-gradient(90deg, rgba(211,252,255,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 3%;
}

@media (max-height: 600px) {
    /* .login-container {
        height: auto !important;
    }

    .login-card {
        height: auto !important;
    } */
}

@media screen and (max-width: 992px) {
    .left-section {
        display: none !important;
    }
    .right-section {
        width: 100vw !important;
    }

    .login-header {
        flex-direction: column !important;
    }
    .login-card {
        height: 75vh !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin: 20px !important
    }
    .login-content-container{
        padding: 20px !important;
    }

    .logo {
        margin-right: 0px !important;
    }

    .logo div img {
        height: 60px !important;
        margin-bottom: 20px !important;
    }

    .login-title {
        font-size:18pt !important;
        text-align: center !important;
    }

    .login-sub {
        font-size:10pt !important;
        text-align: center !important;
    }

    .login-btn {
        margin-top: 30px !important;
    }

    .footer-login {
        font-size: 8pt !important;
    }
}
@media (min-width: 992px) {
    .login-image {
        width: 320px;
        height: 220px;
    }

    .login-title {
        font-size: 20pt !important;
        text-align: center !important;
    }

    .login-sub {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .login-image {
        width: 400px;
        height: 300px;
    }

    .login-title {
        font-size: 24pt !important;
        text-align: center !important;
    }

    .login-sub {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .login-image {
        width: 500px;
        height: 380px;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
}
