/* Login Page CSS */
.left-container {
    margin-top: 102px;
}

.right-container {
    height: 100vh;
}

.login-content h2 {
    margin-bottom: 28px;
    margin-top: 15px;
}

.login-content img {
    width: 180px;
    height: 181px;
}

.login-content-footer {
    position: fixed;
    bottom: 0px;
    background: white;
    width: 50%;
    padding: 15px 15px 15px 150px;
}

.web-login {
    margin-top: 63px !important;
}

.login-banner-img {
    background-image: url('/assets/img/login_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
}

.feedback-header img {
    width: 88px;
    height: 88px;
}

.feedback-container {
    max-width: 523px;
    margin: 0 auto;
}


.web-login .form-check-input {
    width: 17px !important;
    height: 17px !important;
}


/* Responsive Screen */

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .left-container {
        margin-top: 32px;
        padding: 0px 17px;
    }

    .login-content img {
        margin-bottom: 0px !important;
    }

    .login-content h2 {
        font-size: 32px !important;
    }
}

/* Small Devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .left-container {
        margin-top: 32px;
    }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .content-wrapper {
        width: 505px;
        margin: auto;
    }
}

/* XXL Devices (large desktops, 1500px and up) */
@media (min-width: 1200px) {}