.login-page{
    background-color: #fff9ee;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
.title-login-kop-web{
    font-size: 50px;
    font-weight: 600;
    margin-left: -4px;
}
.title-login-app{
    margin-top: -10px;
}
.icon-login-center{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    margin-top: -130px;
    margin-left: -110px;
    z-index: 999;
    padding: 0px;
    border-radius: 80px;
}
.bg-size {
    animation: loginVisualReveal 0.9s ease-out both, loginVisualDrift 18s ease-in-out 0.9s infinite alternate;
    background-position: center center !important;
    background-size: cover !important;
    will-change: background-position;
}
.icon-login-center {
    animation: loginLogoReveal 0.7s ease-out both, loginLogoFloat 5s ease-in-out 0.8s infinite;
    transform-origin: center;
}
.login-page .login-card {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.login-card {
    animation: loginPanelReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.login-form {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 8px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -10px 20px rgba(31, 45, 61, 0.025),
        0 2px 4px rgba(31, 45, 61, 0.04),
        0 20px 46px rgba(31, 45, 61, 0.11);
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.login-form:before {
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.58),
        inset 0 14px 26px rgba(255, 255, 255, 0.44);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.login-form:hover {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -10px 20px rgba(31, 45, 61, 0.03),
        0 3px 7px rgba(31, 45, 61, 0.05),
        0 24px 54px rgba(31, 45, 61, 0.13);
    transform: translateY(-2px);
}
.login-form h1,
.login-form h4,
.login-form h6,
.login-form p,
.login-form .form-group,
.login-form hr {
    animation: loginItemReveal 0.65s ease-out both;
}
.login-form h1 { animation-delay: 0.2s; }
.login-form h4 { animation-delay: 0.26s; }
.login-form hr:first-of-type { animation-delay: 0.31s; }
.login-form h6 { animation-delay: 0.36s; }
.login-form p { animation-delay: 0.42s; }
.login-form .form-group:nth-of-type(1) { animation-delay: 0.48s; }
.login-form .form-group:nth-of-type(2) { animation-delay: 0.54s; }
.login-form .form-group:nth-of-type(3) { animation-delay: 0.6s; }
.login-form hr:nth-of-type(2) { animation-delay: 0.66s; }
.login-form .form-group:nth-of-type(4) { animation-delay: 0.72s; }
.login-form .input-group {
    border-radius: 6px;
    box-shadow:
        inset 0 1px 2px rgba(31, 45, 61, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.8);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.login-form .input-group:focus-within {
    box-shadow:
        inset 0 1px 2px rgba(31, 45, 61, 0.04),
        0 0 0 3px rgba(35, 119, 252, 0.1),
        0 10px 24px rgba(35, 119, 252, 0.12);
    transform: translateY(-1px);
}
.login-form .input-group:focus-within .input-group-text {
    color: #246bfe;
}
.login-form .form-control,
.login-form .input-group-text,
.login-form .trigger {
    transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
.login-form .btn-primary {
    border-radius: 6px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 0 rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(35, 119, 252, 0.18);
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.login-form .btn-primary:before {
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    content: "";
    height: 100%;
    left: -120%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    width: 80%;
}
.login-form .btn-primary:hover,
.login-form .btn-primary:focus {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -2px 0 rgba(0, 0, 0, 0.12),
        0 14px 26px rgba(35, 119, 252, 0.24);
    transform: translateY(-1px);
}
.login-form .btn-primary:hover:before,
.login-form .btn-primary:focus:before {
    animation: loginButtonSweep 0.75s ease;
}
#download-app-wrapper {
    animation: loginItemReveal 0.65s ease-out 0.82s both;
    clear: both;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 40px;
}
#download-app-wrapper .store-title {
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    text-align: center;
}
#download-app-wrapper .store-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}
#download-app-wrapper .store-buttons img {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.45));
    height: 40px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#download-app-wrapper .store-buttons img:hover {
    transform: scale(1.08) translateY(-3px);
}
@keyframes loginPanelReveal {
    from {
        opacity: 0;
        transform: translateX(22px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes loginItemReveal {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes loginLogoReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes loginLogoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
@keyframes loginVisualReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes loginVisualDrift {
    from {
        background-position: center center;
    }
    to {
        background-position: 48% center;
    }
}
@keyframes loginButtonSweep {
    from { left: -120%; }
    to { left: 130%; }
}

@media (min-width: 1200px) {
    .login-page .bg-size {
        min-height: 100vh;
    }
}
@media (max-width: 1024px) {
    .icon-login-center{
        position: relative;
        top: 0%;
        margin-top: 0px;
        width: 150px;
        margin-left: -75px;
        border-bottom: 0px;
    }
    .login-card{
        padding-top:0px;
    }
}
@media (max-width: 425px) {
    html{
        background-color: #fff9ee;
    }
    .icon-login-center {
        border-radius: 0px;
        background-color: #fff9ee;
        width: 100%;
        margin-left: 0px;
        left: auto;
        padding: 0px 20% 0px 20%;
    }
    .title-login-kop-web{
        font-size: 40px;
        text-align: center;
    }
    .title-login-app{
        text-align: center;
    }
    .login-form h6{
        text-align: center;
    }
    .link-akun-uji-coba{
        display:block;
        margin-bottom: 10px;
    }
    .login-card {
        height: 60vh;
        min-height: auto;
    }
    .login-form {
        padding: 30px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.95),
            inset 0 -8px 18px rgba(31, 45, 61, 0.025),
            0 12px 28px rgba(31, 45, 61, 0.1);
    }
}
@media (prefers-reduced-motion: reduce) {
    .bg-size,
    .icon-login-center,
    .login-card,
    .login-form h1,
    .login-form h4,
    .login-form h6,
    .login-form p,
    .login-form .form-group,
    .login-form hr,
    #download-app-wrapper {
        animation: none;
    }
    .login-form,
    .login-form .input-group,
    .login-form .btn-primary,
    #download-app-wrapper .store-buttons img {
        transition: none;
    }
}
