body.login-page{
    min-height:100vh;
    margin:0;
    background:
        radial-gradient(circle at 12% 16%,rgba(255,255,255,.14) 0 1px,transparent 2px) 0 0/24px 24px,
        linear-gradient(135deg,#87070d 0%,#c9141b 48%,#e52a31 100%)!important;
    color:#152033;
    font-family:"Plus Jakarta Sans","Inter",sans-serif;
}

body.login-page::before,
body.login-page::after{
    content:"";
    position:fixed;
    z-index:0;
    border:70px solid rgba(255,255,255,.07);
    border-radius:50%;
    pointer-events:none;
}

body.login-page::before{width:420px;height:420px;right:-210px;top:-230px}
body.login-page::after{width:300px;height:300px;left:-170px;bottom:-190px}
body.login-page #app{position:relative;z-index:1}

body.login-page #app>div{
    min-height:100vh;
    padding:32px 18px;
    background:transparent!important;
}

body.login-page #app>div>div:first-child a{
    display:flex;
    justify-content:center;
    padding:0;
    background:transparent;
    box-shadow:none;
}

body.login-page #app>div>div:first-child img{
    width:390px!important;
    max-width:none!important;
    height:118px;
    object-fit:contain;
    filter:drop-shadow(0 7px 14px rgba(73,0,4,.2));
}

body.login-page #app>div>div:nth-child(2){
    width:min(440px,100%);
    max-width:440px!important;
    margin-top:18px!important;
    padding:34px 36px 36px!important;
    overflow:visible!important;
    border:1px solid rgba(255,255,255,.65);
    border-radius:18px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 24px 60px rgba(70,0,4,.28)!important;
}

body.login-page #app>div>div:nth-child(2)::before{
    content:"Login Admin PPID";
    display:block;
    margin-bottom:5px;
    color:#152033;
    font-size:23px;
    font-weight:800;
    letter-spacing:-.6px;
    text-align:center;
}

body.login-page form{margin-top:25px}
body.login-page form label{color:#344055!important;font-size:12px!important;font-weight:700!important}

body.login-page form input[type="email"],
body.login-page form input[type="password"]{
    width:100%;
    min-height:46px;
    padding:0 13px;
    border:1px solid #dce2e9!important;
    border-radius:9px!important;
    background:#f8fafc!important;
    color:#263247!important;
    box-shadow:none!important;
    transition:border-color .2s ease,box-shadow .2s ease;
}

body.login-page form input[type="email"]:focus,
body.login-page form input[type="password"]:focus{
    border-color:#d71920!important;
    box-shadow:0 0 0 3px rgba(215,25,32,.1)!important;
    outline:0;
}

body.login-page form input[type="checkbox"]{
    border-color:#cbd3dd!important;
    border-radius:4px!important;
    color:#d71920!important;
}

body.login-page form a[href*="forgot-password"],
body.login-page form a[href$="/register"]{display:none!important}

body.login-page form>div:last-child{
    justify-content:stretch!important;
    margin-top:24px!important;
}

body.login-page form>div:last-child button{
    width:100%;
    min-height:46px;
    margin-left:0!important;
    justify-content:center;
    border-radius:9px!important;
    background:linear-gradient(135deg,#e52229,#aa0b12)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.3px;
    box-shadow:0 8px 18px rgba(183,17,24,.22);
}

body.login-page form>div:last-child button:hover{background:linear-gradient(135deg,#c9141b,#8f070d)!important}

@media(max-width:520px){
    body.login-page #app>div{justify-content:center;padding:22px 14px}
    body.login-page #app>div>div:first-child img{width:min(310px,88vw)!important;height:94px}
    body.login-page #app>div>div:nth-child(2){padding:27px 21px 29px!important}
    body.login-page #app>div>div:nth-child(2)::before{font-size:20px}
}
