
/* HALAMAN LUPA KATA SANDI — PHP 7.4 */

.forgot-page{
    padding:42px 0 50px;
    background:
        radial-gradient(circle at 8% 10%,rgba(17,95,213,.08),transparent 28%),
        radial-gradient(circle at 92% 88%,rgba(12,157,114,.07),transparent 28%),
        #f6f9fd;
}

.forgot-shell{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    border:1px solid #dce6f1;
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 22px 55px rgba(14,49,94,.10);
}

.forgot-form-panel{
    min-height:720px;
    padding:35px 38px 30px;
    display:flex;
    flex-direction:column;
}

.forgot-form-header{
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    gap:14px;
    align-items:center;
}

.forgot-form-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:15px;
    color:#155ed4;
    background:#eaf3ff;
}

.forgot-form-icon .icon{
    width:27px;
    height:27px;
}

.forgot-eyebrow{
    color:#155ed4;
    font-size:8px;
    letter-spacing:1px;
    font-weight:700;
}

.forgot-form-header h1{
    margin:4px 0 4px;
    color:#173d70;
    font-family:"Poppins",sans-serif;
    font-size:24px;
    line-height:1.25;
    letter-spacing:-.4px;
    font-weight:600;
}

.forgot-form-header p{
    margin:0;
    color:#74889f;
    font-size:10px;
    line-height:1.55;
}

.forgot-stepper{
    margin:27px 0 24px;
    display:grid;
    grid-template-columns:1fr 42px 1fr 42px 1fr;
    align-items:start;
}

.forgot-stepper > div{
    display:grid;
    justify-items:center;
    gap:6px;
    color:#8a9aac;
    text-align:center;
}

.forgot-stepper > div > span{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    border:1px solid #d6e1ec;
    border-radius:50%;
    color:#7f91a5;
    background:#f4f7fa;
    font-size:9px;
    font-weight:600;
}

.forgot-stepper > div.active,
.forgot-stepper > div.done{
    color:#155ed4;
}

.forgot-stepper > div.active > span{
    border-color:#155ed4;
    color:#fff;
    background:#155ed4;
    box-shadow:0 7px 15px rgba(21,94,212,.18);
}

.forgot-stepper > div.done > span{
    border-color:#bce8d6;
    color:#087657;
    background:#e3f7ef;
}

.forgot-stepper small{
    font-size:7.7px;
    font-weight:500;
}

.forgot-stepper > i{
    height:2px;
    margin-top:15px;
    border-radius:999px;
    background:#dce5ee;
}

.forgot-stepper > i.done{
    background:#22a97d;
}

.forgot-step{
    display:none;
}

.forgot-step.active{
    display:block;
}

.forgot-step-title{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:11px;
    align-items:center;
    padding:14px;
    border:1px solid #e0e8f2;
    border-radius:13px;
    background:#fbfdff;
}

.forgot-step-title > span{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border-radius:11px;
    color:#155ed4;
    background:#eaf3ff;
}

.forgot-step-title > span .icon{
    width:20px;
    height:20px;
}

.forgot-step-title h2{
    margin:0;
    color:#274d75;
    font-family:"Poppins",sans-serif;
    font-size:13px;
    font-weight:600;
}

.forgot-step-title p{
    margin:3px 0 0;
    color:#7d90a5;
    font-size:8.7px;
    line-height:1.45;
}

.forgot-form{
    margin-top:17px;
}

.forgot-field{
    display:block;
}

.forgot-field + .forgot-field{
    margin-top:13px;
}

.forgot-field > span{
    display:block;
    margin-bottom:6px;
    color:#355675;
    font-size:10.5px;
    font-weight:600;
}

.forgot-input{
    min-height:48px;
    padding:0 12px;
    display:flex;
    align-items:center;
    gap:9px;
    border:1px solid #d8e3ef;
    border-radius:10px;
    background:#fff;
}

.forgot-input:focus-within{
    border-color:#2467d5;
    box-shadow:0 0 0 3px rgba(36,103,213,.09);
}

.forgot-input.invalid{
    border-color:#db4d4d;
    background:#fffafa;
    box-shadow:0 0 0 3px rgba(219,77,77,.07);
}

.forgot-input > .icon{
    width:18px;
    height:18px;
    flex:0 0 auto;
    color:#71879f;
}

.forgot-input input{
    width:100%;
    min-width:0;
    height:46px;
    border:0;
    outline:0;
    color:#20456f;
    background:transparent;
    font-family:"Inter",sans-serif;
    font-size:11.5px;
}

.forgot-input input::placeholder{
    color:#9aa9ba;
}

.forgot-password-input button{
    min-width:46px;
    height:32px;
    padding:0 8px;
    border:0;
    border-radius:8px;
    color:#58718d;
    background:#f1f5f9;
    font-size:8px;
    font-weight:600;
    cursor:pointer;
}

.forgot-error{
    min-height:15px;
    display:block;
    margin-top:3px;
    color:#c44040;
    font-size:8.5px;
}

.forgot-notice{
    margin-top:12px;
    padding:11px 12px;
    border:1px solid #bfe8d6;
    border-radius:10px;
    color:#116b49;
    background:#eaf8f1;
    font-size:9px;
    line-height:1.45;
}

.forgot-notice.error{
    border-color:#efc4c4;
    color:#a13e3e;
    background:#fff1f1;
}

.forgot-primary-button,
.forgot-secondary-button{
    min-height:46px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border-radius:10px;
    font-family:"Poppins",sans-serif;
    font-size:9.5px;
    font-weight:600;
    cursor:pointer;
}

.forgot-primary-button{
    width:100%;
    margin-top:4px;
    border:1px solid #155ed4;
    color:#fff;
    background:linear-gradient(135deg,#155ed4,#0c4bb9);
    box-shadow:0 8px 17px rgba(21,94,212,.17);
}

.forgot-primary-button .icon{
    width:17px;
    height:17px;
}

.forgot-secondary-button{
    border:1px solid #d7e3ef;
    color:#58718d;
    background:#fff;
}

.forgot-button-row{
    margin-top:4px;
    display:grid;
    grid-template-columns:120px minmax(0,1fr);
    gap:9px;
}

.forgot-button-row .forgot-primary-button{
    margin:0;
}

.forgot-code-group{
    margin:4px 0 16px;
    display:grid;
    grid-template-columns:repeat(5,54px);
    justify-content:center;
    gap:9px;
}

.forgot-code-input{
    width:54px;
    height:58px;
    border:1px solid #d5e1ed;
    border-radius:11px;
    outline:0;
    color:#173f72;
    background:#fbfdff;
    text-align:center;
    font-family:"Poppins",sans-serif;
    font-size:21px;
    font-weight:600;
}

.forgot-code-input:focus{
    border-color:#155ed4;
    box-shadow:0 0 0 3px rgba(21,94,212,.09);
    background:#fff;
}

.forgot-code-input.invalid{
    border-color:#db4d4d;
    background:#fff6f6;
}

.forgot-code-meta{
    margin-bottom:14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.forgot-code-meta > span{
    display:flex;
    align-items:center;
    gap:6px;
    color:#71869d;
    font-size:8.7px;
}

.forgot-code-meta > span .icon{
    width:15px;
    height:15px;
    color:#155ed4;
}

.forgot-code-meta > span b{
    color:#155ed4;
    font-weight:600;
}

.forgot-code-meta button{
    padding:0;
    border:0;
    color:#155ed4;
    background:transparent;
    font-size:8.7px;
    font-weight:600;
    cursor:pointer;
}

.forgot-code-meta button:disabled{
    color:#9facba;
    cursor:not-allowed;
}

.forgot-password-strength{
    margin-top:14px;
    padding:13px;
    border:1px solid #e1e9f2;
    border-radius:11px;
    background:#fbfdff;
}

.forgot-password-strength > div:first-child{
    display:flex;
    justify-content:space-between;
    gap:10px;
}

.forgot-password-strength span,
.forgot-password-strength strong{
    color:#657d96;
    font-size:8.5px;
}

.forgot-password-strength strong{
    font-weight:600;
}

.forgot-strength-track{
    height:7px;
    margin-top:8px;
    overflow:hidden;
    border-radius:999px;
    background:#e4ebf2;
}

.forgot-strength-track span{
    width:0;
    height:100%;
    display:block;
    border-radius:inherit;
    background:#c34d4d;
    transition:width .2s,background .2s;
}

.forgot-password-strength ul{
    margin:10px 0 0;
    padding:0;
    list-style:none;
    display:flex;
    gap:13px;
    flex-wrap:wrap;
}

.forgot-password-strength li{
    position:relative;
    padding-left:13px;
    color:#8a99aa;
    font-size:8px;
}

.forgot-password-strength li::before{
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    left:0;
    top:3px;
    border-radius:50%;
    background:#c9d2dc;
}

.forgot-password-strength li.complete{
    color:#0a8660;
}

.forgot-password-strength li.complete::before{
    background:#0b9d71;
}

.forgot-success{
    padding:32px 20px 20px;
    text-align:center;
}

.forgot-success > span{
    width:74px;
    height:74px;
    display:grid;
    place-items:center;
    margin:0 auto;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,#0c9d72,#27bd91);
    box-shadow:0 14px 30px rgba(12,157,114,.22);
}

.forgot-success > span .icon{
    width:40px;
    height:40px;
}

.forgot-success > small{
    display:inline-block;
    margin-top:18px;
    padding:6px 10px;
    border-radius:999px;
    color:#087351;
    background:#e3f7ef;
    font-size:7.8px;
    letter-spacing:.7px;
    font-weight:700;
}

.forgot-success h2{
    margin:12px 0 6px;
    color:#173d70;
    font-family:"Poppins",sans-serif;
    font-size:21px;
    font-weight:600;
}

.forgot-success p{
    max-width:450px;
    margin:0 auto;
    color:#74889f;
    font-size:9.8px;
    line-height:1.55;
}

.forgot-success a{
    min-height:44px;
    margin-top:17px;
    padding:0 15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border-radius:10px;
    color:#fff;
    background:#155ed4;
    font-size:9.5px;
    font-weight:600;
}

.forgot-success a .icon{
    width:16px;
    height:16px;
}

.forgot-login-link{
    margin-top:auto;
    padding-top:24px;
    color:#7b8da1;
    text-align:center;
    font-size:9px;
}

.forgot-login-link a{
    color:#155ed4;
    font-weight:600;
}

.forgot-safe-note{
    margin-top:14px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border-radius:10px;
    color:#667f96;
    background:#f4f8fb;
    font-size:8.4px;
}

.forgot-safe-note .icon{
    width:16px;
    height:16px;
    color:#0b9d71;
}

.forgot-side-panel{
    min-height:720px;
    position:relative;
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(circle at 75% 15%,rgba(255,255,255,.16),transparent 20%),
        radial-gradient(circle at 10% 90%,rgba(24,201,158,.18),transparent 25%),
        linear-gradient(145deg,#073482,#0b5fc7);
}

.forgot-side-panel::before,
.forgot-side-panel::after{
    content:"";
    position:absolute;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
}

.forgot-side-panel::before{
    width:320px;
    height:320px;
    top:-130px;
    right:-120px;
}

.forgot-side-panel::after{
    width:240px;
    height:240px;
    left:-100px;
    bottom:-100px;
}

.forgot-side-content{
    height:100%;
    padding:52px 42px;
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.forgot-side-badge{
    width:max-content;
    padding:7px 10px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.10);
    font-size:8px;
    font-weight:600;
}

.forgot-side-badge .icon{
    width:16px;
    height:16px;
}

.forgot-side-content h2{
    margin:16px 0 9px;
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:25px;
    line-height:1.3;
    letter-spacing:-.45px;
    font-weight:600;
}

.forgot-side-content > p{
    max-width:470px;
    margin:0;
    color:rgba(255,255,255,.76);
    font-size:10.5px;
    line-height:1.65;
}

.forgot-feature-list{
    margin-top:25px;
    display:grid;
    gap:11px;
}

.forgot-feature-list article{
    padding:12px;
    display:grid;
    grid-template-columns:40px minmax(0,1fr);
    gap:10px;
    align-items:center;
    border:1px solid rgba(255,255,255,.13);
    border-radius:12px;
    background:rgba(255,255,255,.08);
}

.forgot-feature-list article > span{
    width:39px;
    height:39px;
    display:grid;
    place-items:center;
    border-radius:11px;
    color:#fff;
    background:rgba(255,255,255,.13);
}

.forgot-feature-list article > span .icon{
    width:20px;
    height:20px;
}

.forgot-feature-list strong{
    display:block;
    color:#fff;
    font-size:9.7px;
    font-weight:600;
}

.forgot-feature-list small{
    display:block;
    margin-top:3px;
    color:rgba(255,255,255,.69);
    font-size:8px;
    line-height:1.45;
}

.forgot-help-box{
    margin-top:20px;
    padding:13px;
    display:grid;
    grid-template-columns:39px minmax(0,1fr);
    gap:10px;
    align-items:center;
    border:1px solid rgba(255,255,255,.16);
    border-radius:12px;
    background:rgba(3,30,80,.23);
}

.forgot-help-box > span{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:rgba(255,255,255,.12);
}

.forgot-help-box > span .icon{
    width:20px;
    height:20px;
}

.forgot-help-box strong{
    display:block;
    color:#fff;
    font-size:9px;
    font-weight:600;
}

.forgot-help-box small{
    display:block;
    margin-top:3px;
    color:rgba(255,255,255,.68);
    font-size:7.8px;
    line-height:1.45;
}

@media(max-width:980px){
    .forgot-shell{
        grid-template-columns:1fr;
    }

    .forgot-form-panel{
        min-height:auto;
    }

    .forgot-side-panel{
        min-height:auto;
    }

    .forgot-side-content{
        padding:38px;
    }
}

@media(max-width:700px){
    .forgot-page{
        padding:20px 0 28px;
    }

    .forgot-shell{
        border-radius:17px;
    }

    .forgot-form-panel{
        padding:24px 18px 21px;
    }

    .forgot-form-header{
        grid-template-columns:46px minmax(0,1fr);
    }

    .forgot-form-icon{
        width:45px;
        height:45px;
    }

    .forgot-form-header h1{
        font-size:20px;
    }

    .forgot-stepper{
        grid-template-columns:1fr 22px 1fr 22px 1fr;
    }

    .forgot-stepper small{
        font-size:6.8px;
    }

    .forgot-code-group{
        grid-template-columns:repeat(5,minmax(42px,1fr));
        gap:6px;
    }

    .forgot-code-input{
        width:100%;
        height:54px;
    }

    .forgot-button-row{
        grid-template-columns:1fr;
    }

    .forgot-button-row .forgot-secondary-button{
        order:2;
    }

    .forgot-code-meta{
        align-items:flex-start;
        flex-direction:column;
    }

    .forgot-side-content{
        padding:30px 21px;
    }

    .forgot-side-content h2{
        font-size:21px;
    }
}

@media(max-width:410px){
    .forgot-form-header h1{
        font-size:18px;
    }

    .forgot-stepper{
        margin-left:-4px;
        margin-right:-4px;
    }

    .forgot-code-input{
        height:50px;
        font-size:18px;
    }

    .forgot-password-strength ul{
        display:grid;
        gap:7px;
    }
}
