body {
    overflow-x: hidden;
  }

/* Modern login */
.login-page {
    background: #f5f7fb;
    color: #172033;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
}
.login-page section {
    margin-top: 0;
}
.login-page .login-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
}
.login-visual {
    background:
        linear-gradient(145deg, rgba(5, 35, 78, .98), rgba(13, 86, 181, .96)),
        #082652;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    padding: 2.5rem clamp(2.5rem, 5vw, 5rem);
    position: relative;
}
.login-visual-content,
.login-visual-footer {
    position: relative;
    z-index: 2;
}
.login-visual-content {
    margin: auto 0;
    max-width: 620px;
}
.login-eyebrow {
    color: #b9dcff;
    display: inline-block;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .14em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.login-visual h1 {
    font-size: clamp(3rem, 5.4vw, 5.5rem);
    font-weight: 750;
    letter-spacing: -.055em;
    line-height: .98;
    margin-bottom: 1.5rem;
}
.login-visual-content > p {
    color: rgba(255, 255, 255, .72);
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 520px;
}
.login-illustration {
    display: block;
    filter: drop-shadow(0 24px 45px rgba(0, 0, 0, .22));
    margin: 1.5rem auto -3rem;
    max-height: 290px;
    max-width: 520px;
    object-fit: contain;
    width: 86%;
}
.login-visual-glow {
    border-radius: 50%;
    filter: blur(2px);
    position: absolute;
}
.login-visual-glow-one {
    background: rgba(94, 181, 255, .2);
    height: 420px;
    right: -170px;
    top: -130px;
    width: 420px;
}
.login-visual-glow-two {
    background: rgba(25, 115, 224, .2);
    bottom: -180px;
    height: 500px;
    left: -180px;
    width: 500px;
}
.login-visual-footer {
    color: rgba(255, 255, 255, .52);
    font-size: .82rem;
    margin: 0;
}
.login-form-panel {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 3rem clamp(2rem, 5vw, 5.5rem);
}
.login-card {
    max-width: 450px;
    width: 100%;
}
.login-form-logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.6rem;
}
.login-logo-badge {
    align-items: center;
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(31, 48, 76, .12);
    display: inline-flex;
    height: 88px;
    justify-content: center;
    overflow: hidden;
    width: 88px;
}
.login-logo-badge img {
    height: 72px;
    object-fit: contain;
    width: 72px;
}
.login-heading {
    margin-bottom: 2rem;
    text-align: center;
}
.login-eyebrow-dark {
    color: #1267d6;
    margin-bottom: .65rem;
}
.login-heading h2 {
    color: #101827;
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 750;
    letter-spacing: -.035em;
    margin-bottom: .6rem;
}
.login-heading p {
    color: #687286;
    margin: 0;
}
.login-field {
    margin-bottom: 1.2rem;
}
.login-field label {
    color: #273247;
    display: block;
    font-size: .9rem;
    font-weight: 650;
    margin-bottom: .5rem;
}
.login-label-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.login-label-row a {
    color: #0a56b8;
    font-size: .84rem;
    font-weight: 650;
}
.login-input-wrap {
    position: relative;
}
.login-input-wrap input {
    background: #fff;
    border: 1px solid #dce2eb;
    border-radius: 14px;
    color: #172033;
    font-size: .96rem;
    height: 56px;
    outline: none;
    padding: 0 3rem;
    transition: border-color .15s ease, box-shadow .15s ease;
    width: 100%;
}
.login-input-wrap input::placeholder {
    color: #9ba4b4;
}
.login-input-wrap input:focus {
    border-color: #1267d6;
    box-shadow: 0 0 0 4px rgba(18, 103, 214, .11);
}
.login-input-icon {
    color: #8490a3;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.login-input-icon svg,
.password-toggle svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
}
.password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #8490a3;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
}
.password-toggle:hover {
    color: #1267d6;
}
.password-toggle .eye-closed,
.password-toggle.is-visible .eye-open {
    display: none;
}
.password-toggle.is-visible .eye-closed {
    display: block;
}
.login-alert {
    background: #fff0f0;
    border: 1px solid #f5c5c7;
    border-radius: 12px;
    color: #a32f35;
    font-size: .88rem;
    margin-bottom: 1.1rem;
    padding: .75rem 1rem;
}
.login-submit {
    align-items: center;
    background: linear-gradient(135deg, #1267d6, #0d56b5);
    border: 0;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(18, 103, 214, .22);
    color: #fff;
    display: flex;
    font-size: .96rem;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    margin-top: .5rem;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    width: 100%;
}
.login-submit:hover:not(:disabled) {
    box-shadow: 0 15px 28px rgba(18, 103, 214, .3);
    transform: translateY(-1px);
}
.login-submit:disabled {
    cursor: wait;
    opacity: .75;
}
.login-submit-loading {
    align-items: center;
    display: none;
    gap: .65rem;
}
.login-submit.is-loading .login-submit-label {
    display: none;
}
.login-submit.is-loading .login-submit-loading {
    display: flex;
}
.login-button-spinner {
    animation: login-spin .7s linear infinite;
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    border-top-color: #fff;
    height: 18px;
    width: 18px;
}
@keyframes login-spin {
    to { transform: rotate(360deg); }
}
.login-signup {
    color: #687286;
    margin: 1.5rem 0;
    text-align: center;
}
.login-signup a {
    color: #0a56b8;
    font-weight: 700;
}
.login-apps {
    border-top: 1px solid #e5e9f0;
    padding-top: 1.3rem;
    text-align: center;
}
.login-apps > span {
    color: #8a94a5;
    display: block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}
.login-apps img {
    height: 36px;
    margin: 0 .2rem;
    object-fit: contain;
    width: auto;
}
.login-links {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.login-links a {
    color: #8a94a5;
    font-size: .8rem;
}
.seo-community {
    background: #fff;
    color: #14233b;
    margin: 0;
    padding: clamp(4rem, 8vw, 7rem) 1.25rem;
}
.seo-community-inner {
    margin: 0 auto;
    max-width: 1180px;
}
.seo-community-heading {
    max-width: 760px;
}
.seo-community-heading > span {
    color: #075bd8;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.seo-community h2 {
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    letter-spacing: -.045em;
    line-height: 1.06;
    margin: .8rem 0 1rem;
}
.seo-community-heading p,
.seo-topic-grid p,
.seo-faq p {
    color: #607089;
    line-height: 1.75;
}
.seo-topic-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2.75rem;
}
.seo-topic-grid article {
    background: #f5f8fd;
    border: 1px solid #e0e9f5;
    border-radius: 20px;
    padding: 1.5rem;
}
.seo-topic-grid article > span {
    font-size: 1.8rem;
}
.seo-topic-grid h3 {
    font-size: 1.1rem;
    margin: 1rem 0 .5rem;
}
.seo-topic-grid p {
    font-size: .94rem;
    margin: 0;
}
.seo-community-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}
.seo-community-actions a {
    background: #075bd8;
    border: 1px solid #075bd8;
    border-radius: 12px;
    color: #fff;
    font-weight: 750;
    padding: .85rem 1.15rem;
}
.seo-community-actions a.secondary {
    background: #fff;
    color: #075bd8;
}
.seo-faq {
    border-top: 1px solid #e0e9f5;
    margin-top: 4rem;
    padding-top: 3rem;
}
.seo-faq h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.seo-faq details {
    border-bottom: 1px solid #e0e9f5;
    padding: 1rem 0;
}
.seo-faq summary {
    cursor: pointer;
    font-weight: 750;
}
.seo-faq p {
    margin: .7rem 0 0;
}

@media (max-width: 1100px) {
    .login-page .login-shell {
        display: block;
    }
    .login-visual {
        min-height: 250px;
        padding: 1.75rem clamp(2rem, 7vw, 4.5rem) 2rem;
    }
    .login-visual-content {
        margin: 0;
        max-width: 760px;
    }
    .login-visual h1 {
        font-size: clamp(2.5rem, 6vw, 4rem);
        margin-bottom: .9rem;
    }
    .login-visual-content > p {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 680px;
    }
    .login-illustration,
    .login-visual-footer {
        display: none;
    }
    .login-form-panel {
        min-height: auto;
        padding: 2.75rem 1.5rem 3.5rem;
    }
    .login-card {
        background: #fff;
        border: 1px solid #e8ebf1;
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(34, 48, 72, .08);
        margin-top: -1rem;
        max-width: 560px;
        padding: 2.5rem;
    }
    .seo-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .login-visual {
        display: none;
    }
    .login-form-panel {
        align-items: flex-start;
        background: #fff;
        min-height: 100vh;
        padding: max(1.25rem, env(safe-area-inset-top)) 1.1rem 2rem;
    }
    .login-card {
        border: 0;
        box-shadow: none;
        margin: 0 auto;
        max-width: 480px;
        padding: 0;
    }
    .login-form-logo {
        margin-bottom: 1.35rem;
    }
    .login-logo-badge {
        height: 78px;
        width: 78px;
    }
    .login-logo-badge img {
        height: 64px;
        width: 64px;
    }
    .login-heading {
        margin-bottom: 1.6rem;
    }
    .login-heading h2 {
        font-size: 2rem;
    }
    .login-heading p {
        font-size: .94rem;
        line-height: 1.55;
    }
    .login-input-wrap input,
    .login-submit {
        height: 54px;
    }
    .login-apps img {
        height: 32px;
    }
    .seo-community {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .seo-topic-grid {
        grid-template-columns: 1fr;
    }
    .seo-community-actions a {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 370px) {
    .login-label-row {
        align-items: flex-start;
        flex-direction: column;
        gap: .1rem;
    }
    .login-label-row a {
        margin-bottom: .45rem;
    }
    .login-heading h2 {
        font-size: 1.75rem;
    }
    .login-links {
        gap: .85rem;
    }
}

@media (max-width: 430px) {
    .login-form-panel {
        padding-left: .9rem;
        padding-right: .9rem;
    }
    .login-logo-badge {
        height: 72px;
        width: 72px;
    }
    .login-logo-badge img {
        height: 58px;
        width: 58px;
    }
    .login-heading {
        margin-bottom: 1.35rem;
    }
    .login-heading h2 {
        font-size: 1.8rem;
    }
    .login-heading p {
        font-size: .88rem;
    }
    .login-field {
        margin-bottom: 1rem;
    }
    .login-input-wrap input,
    .login-submit {
        height: 52px;
    }
    .login-signup {
        margin: 1.2rem 0;
    }
    .login-links {
        margin-top: 1.15rem;
    }
}

@media (max-height: 720px) and (min-width: 641px) {
    .login-visual {
        min-height: 220px;
    }
    .login-form-panel {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .login-card {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .login-form-logo {
        margin-bottom: 1rem;
    }
    .login-logo-badge {
        height: 70px;
        width: 70px;
    }
    .login-logo-badge img {
        height: 56px;
        width: 56px;
    }
    .login-heading {
        margin-bottom: 1.25rem;
    }
    .login-field {
        margin-bottom: .9rem;
    }
}

@media (max-height: 520px) and (orientation: landscape) {
    .login-page .login-shell {
        display: block;
    }
    .login-visual {
        display: none;
    }
    .login-form-panel {
        align-items: flex-start;
        min-height: 100vh;
        padding: 1rem max(1rem, env(safe-area-inset-right)) 1rem max(1rem, env(safe-area-inset-left));
    }
    .login-card {
        background: #fff;
        border: 0;
        box-shadow: none;
        max-width: 560px;
        padding: 0;
    }
    .login-form-logo {
        margin-bottom: .65rem;
    }
    .login-logo-badge {
        height: 58px;
        width: 58px;
    }
    .login-logo-badge img {
        height: 46px;
        width: 46px;
    }
    .login-heading {
        margin-bottom: 1rem;
    }
    .login-heading .login-eyebrow,
    .login-heading p,
    .login-apps,
    .login-links {
        display: none;
    }
    .login-heading h2 {
        font-size: 1.65rem;
        margin-bottom: 0;
    }
    .login-field {
        margin-bottom: .75rem;
    }
    .login-input-wrap input,
    .login-submit {
        height: 48px;
    }
    .login-signup {
        margin: .85rem 0 0;
    }
}
  #loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #fff;
    z-index: 100;
    top: 0%;
    bottom: 0%;
    overflow: hidden;
  }
  .loading-spinner {
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%) translateZ(0);
    top: 50%;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: url(../img/logo.png);
    background-size: contain;
	animation: spinning 1.5s infinite ease-in-out;
}

.loading-spinner:after {
	content:"";
	position:absolute;
	width:120px;
	height:120px;
	background-color:rgba(0,0,0,0);
	border-radius:100%;
	margin:-15px;
	box-shadow: 0 4px 0 0 #000;
	transition: all 1s linear;
	animation: lds-eclipse 1s linear infinite;
}
.loader-copyright{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.loader-hang{
    position: absolute;
    bottom: 20%;
    text-align: center;
    margin:5%;
    left:33.333%;
}


@keyframes spinning {
	0% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
	50% { transform: translate(-50%,-50%) scale(1.1) translateZ(0);}
	100% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
section{
    margin-top: 3rem;
}
  .whizz-img{
    position: relative;
    margin-top: -70px;
    width: 550px;
  }
  .whizz-logo{
    width: 200px;
    margin-top: -20%;
    margin-left: 30%;
  }
  .whizz-text{
    width: 100%;
    margin-top: -20%;
    margin-left: 15%;
  }
  .whizz-text-p{
    margin-left: 15%;
  }
  .whizz-logo-n{
    width: 90px;
  }
  .titik-titik{
    margin-top: -75px;
    margin-left: 9%;
    width:425px;
  }
  .card{
    border:4px;
  }
  .form{
    margin: 0.5rem 3rem;
  }
  input{
    border-radius: 50%;
  }
  .app-img{
    width: 120px;
}
a{
    text-decoration: none!important;
}
footer{
    bottom: 0;
    height: 100%;
}
.footer a {
    color:#525353;
    padding:0.5rem;
}

  /* Media Queries 
  Small devices (landscape phones, 576px and up)*/
  @media (max-width: 575.98px) {
    .loader-hang{
            left:3%;
        }
  }

  @media (max-width: 767.98px) {
    .mobile-display{
        display:none;
    }
    .mobile-space{
        padding-top:2em;
    }
    .loader-hang{
            position: absolute;
            bottom: 20%;
            text-align: center;
            left:0%!important;
            margin:5%!important;
        }
    section{
        margin-top: -5rem;
    }
    .shadow{
        box-shadow: none!important;
    }
    .form{
        margin: 0px 0px;
      }
      .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
        height: calc(3rem + calc(var(--bs-border-width) * 2));
        line-height: 1.25;
    }
    .card{
        margin-top:3rem;
    }
    .app-img{
        width: 110px;
    }
    .footer a {
        color:#525353;
        padding:0px;
    }
  }
  
  @media (max-width: 768.98px) {
    .loader-hang{
            margin-left:-4%;
        }
  }
  
  @media (max-width: 991.98px) {
    .loader-hang{
            left:28%;
        }
  }
  
  @media (max-width: 1199.98px) {
    .loader-hang{
            left:28%;
        }
  }
  
  @media (max-width: 1399.98px) {
.loader-hang{
            left:32%;
        }
  }
