.ui-password {
    width: 100%;
}

.login-input-wrapper {
    width: 100% !important;
    margin: 1rem 0 !important;
}

.login-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    background-color: #FFFFFF;

}

.login-body .logo-up {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 1s;
}

.login-body .logo-down, .login-body .logo-below {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.login-body .logo-full {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    max-height: 450px;
    z-index: 1;
    transition: 1s;
}

.login-body .ui-card {
    border-radius: 7rem;
}

.login-body .ui-card-body {
    padding: 2rem 4rem !important;
}

.login-panel {
    position: initial !important;
    margin: 0 auto;
    padding: 0 2rem !important;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    transition: 2s;
    align-content: center;
}

.login-panel h2 {
    margin: 1rem 0;
}


body .ui-card {
    border-radius: 1rem;
}

body .ui-card .ui-card-body {
    padding: 1rem 2rem;
}

.login-panel .logo-mobile {
    display: none;
    width: 100%;
    max-width: 400px;
}

@media (max-width: 767px) {
    .logo-up {
        background: none;
    }

    .logo-down {
        background: url("/ToursysAdmin/jakarta.faces.resource/company-login/mobile/banner-g13-cel-ver-left.png.xhtml?ln=images");
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .logo-below {
        background: url("/ToursysAdmin/jakarta.faces.resource/company-login/mobile/banner-g13-cel-ver-right.png.xhtml?ln=images");
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .logo-full {
        /*background: url("");*/
        background-size: 90% auto;
        background-position-x: center;
        background-position-y: 95%;
        background-repeat: no-repeat;
        max-width: 33rem !important;
    }

    .login-body .ui-card {
        border-radius: 4rem;
    }


    .login-body .ui-card-body {
        padding: 1.5rem 3rem !important;
    }

}

@media (min-width: 992px) {
    .login-body .logo-up {
        background: url("/ToursysAdmin/jakarta.faces.resource/company-login/desktop/banner-g13-pc-up.png.xhtml?ln=images");
        background-size: 100% auto;
        background-position-y: top;
        background-repeat: no-repeat;
    }

    .login-body .logo-down {
        background: url("/ToursysAdmin/jakarta.faces.resource/company-login/desktop/banner-g13-pc-down.png.xhtml?ln=images");
        background-size: 100% auto;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }

    .login-panel {
        /*text-align: left;*/
        /*position: fixed !important;*/
        /*padding: 15% 0 0 0 !important;*/
        /*width: fit-content;*/
    }

    .login-panel .logo-mobile {
        display: initial !important;
        margin: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .login-body .logo-down {
        background: url("/ToursysAdmin/jakarta.faces.resource/company-login/tablet/banner-g13-ipad-hor-sup.png.xhtml?ln=images");
        background-size: 100% auto;
        background-position-y: top;
        background-repeat: no-repeat;
    }

    .logo-below {
        background: url("/ToursysAdmin/jakarta.faces.resource/company-login/tablet/banner-g13-ipad-hor-inf.png.xhtml?ln=images");
        background-size: 100% auto;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }

    .login-body .logo-full {
        /*background: url("");*/
        background-size: auto 50%;
        background-position-x: center;
        background-position-y: bottom;
        background-repeat: no-repeat;
        width: 400px;
        height: 300px;
    }

    .login-body .ui-card {
        border-radius: 4rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .login-body .ui-card-body {
        padding: 0.5rem 3rem !important;
    }

}

@media (min-width: 992px)  and (max-width: 1199px) {
    .login-body .logo-full {
        /*background: url("");*/
        background-size: clamp(430px, calc(100% - 400px), 1500px) auto;
        background-position-x: right;
        background-repeat: no-repeat;
        width: 450px !important;
    }
}

@media (min-width: 1200px) {
    .login-body .logo-full {
        /*background: url("/ToursysAdmin/jakarta.faces.resource/company-login/desktop/banner-g13-pc-computer.png.xhtml?ln=images");*/
        background-size: clamp(430px, calc(100% - 400px), 1500px) auto;
        background-position-x: right;
        background-repeat: no-repeat;
    }
}
