﻿@media (min-width:400px) and (max-width:600px) {
    #login-main {
        width: calc(100% - 30px) !important;
        top: 50% !important;
    }
}

@media (max-width: 399px) {
    #login-main {
        flex-flow: column;
        width: calc(100% - 30px) !important;
    }

    .logo-left {
        width: 100% !important;
        height: 130px !important;
    }

    .logo-right {
        width: 100% !important;
        height: auto !important;
        padding: 15px 15px 0 !important;
    }

    .sipl {
        position: relative !important;
    }

    #login-main:before,
    #login-main:after {
        top: 105% !important;
    }
}


#login-main {
    width: 350px;
    border-radius: 20px;
    /*height: 400px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*display: flex;*/
    transform: translate(-50%, -50%);
    /* overflow:hidden; */
}

.logo-left {
    width: 40%;
    background: #ffffff;
    height: 100%;
    float: left;
}

/*.logo-right{
    width: 60%;
    float:  right;
    height:100%;
    padding: 15px;
    background-image: linear-gradient(to right, #ffffff , #ffffff);
    border-radius: 7px;
}*/

/*.logo-right {
    padding: 15px;
    background-image: linear-gradient(to right, #ffffffab , #ffffffab);
    border-radius: 7px;
}*/

.logo-right {
    padding: 15px;
    padding-top: 60px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 7px;
    /* border: 1px solid #1e236e; */
    box-shadow: 3px 4px 20px 0px #545454;
}

    .logo-right h2 {
        position: relative;
    }

.sign-header {
    color: white;
    padding: 20px 15px;
    margin-bottom: 0px;
    background-color: #e9573f;
    border-bottom: 10px solid #de391e;
}

.sign-text {
    color: #777;
    display: block;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

    .sign-text:before {
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .sign-text:before {
        background-color: #cccccc;
    }

span.input-group-text .fa {
    color: #ffa100;
}

.sign-text span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #a41e34;
    font-size: 15px;
    font-weight: 600;
    background-color: #ffffff;
}

.logo {
    /*display:flex;*/
    /*height:  100%;*/
    align-items: center;
    /*justify-content:  center;*/
    /*background: #ffffff;*/
    width: 100%;
    margin: 18px auto;
}

    .logo img {
        width: 68%;
        width: 220px;
        aspect-ratio: 4 / 1;
        object-fit: contain;
        /*position: absolute;
    top: 70px;
    left: 30%;*/
    }

.logo-right .input-group-text {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #636363;
}

.logo-right .form-control {
    border: none;
    background: none;
    color: #fff;
}

.logo-right .input-group {
    border-bottom: 1px solid #6369bf;
}

    .logo-right .input-group > .form-control:not(:first-child),
    .input-group > .custom-select:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: none;
        background: transparent;
    }

.logo-right .btn-warning {
    border-radius: 60px;
    display: block;
    margin: 30px auto 5px;
    padding: 5px 50px;
    background: #18609f;
}

.sipl img {
    width: 40px;
    margin-left: 0px;
}

.sipl {
    margin: 0 auto;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.center-all {
    /* display: flex;*/
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sipl p {
    font-size: 12px;
    margin: 0;
    color: #1e236e;
}

body {
    background-image: url('../../images/login_bg.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
}

    body:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        /* background: #0000008c; */
    }

/*#login-main:before, #login-main:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 0;
    left: 10px;
    width: 50%;
    top: 90%;
    max-width: 300px;
    background: #777;
    box-shadow: 0px 20px 18px 0px #000;
    transform: rotate(-3deg);
    height: 30px;
}*/
#login-main:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.linka {
    font-size: 12px;
    color: #1e236e;
}

    .linka span {
        color: #e6af01;
    }

.logo-right a {
    text-decoration: none;
}

.btn-warning {
    color: #ffffff;
    background-color: #a41e34;
    border-color: #1e236e;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #ff6c00;
        border-color: #b74e00;
    }

input::input-placeholder {
    color: #fff;
}

}

.arrwdwn {
    background: #185ea1 !important;
    height: 15px !important;
    position: relative !important;
    z-index: 9999999 !important;
}

.exm {
    /*background: #eae;*/
    width: 42%;
    height: 310px;
    transition: 5s;
    position: absolute;
    top: -2px;
    transition: 0.9s;
}

.cntner {
    width: 45%;
    margin: 0 auto;
}

.arrwdwn a p {
    color: #fff;
    margin-top: -58px;
    font-size: 18px;
    margin-right: 14px;
}

.fotr {
    bottom: 0;
    width: 100%;
}

    .fotr span {
        text-align: center;
        font-size: 14px;
        color: #000;
    }

    .fotr a {
        text-decoration: none;
    }

    .fotr img {
        width: 4%;
    }

.arrwdwn i {
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 50%;
    top: -28%;
}

.bx {
    /*align-self: flex-end;*/
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: 20px;
    margin: 0 auto;
    transform-origin: bottom;
    width: 20px;
    animation-name: bonce;
    position: relative;
    top: -48px;
}

@keyframes bonce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.lgo {
    position: relative;
    top: 550px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .arrwdwn {
        background: #185ea1 !important;
        height: 12px !important;
        position: relative !important;
        z-index: 9999999 !important;
    }

    .exm {
        width: 350px;
        transition: 5s;
        position: absolute;
        transition: 0.9s;
        top: -2px;
        left: 55px;
        height: 345px;
    }

    .acnhr {
        background: red;
        width: 442px;
        position: relative;
    }

    .logo img {
        margin-top: 28px;
    }
}

.mi img {
    position: relative;
    top: 52px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .exm {
        width: 350px;
        transition: 5s;
        position: absolute;
        transition: 0.9s;
        top: -2px;
        left: 180px;
        height: 345px;
    }
}

/*width: 52%;
margin-top: 17px;
width: 38%;*/

.arrwdwn {
    background: #185ea1 !important;
    height: 15px !important;
    position: relative !important;
    z-index: 9999999 !important;
}

.exm {
    /*background: #eae;*/
    width: 42%;
    height: 310px;
    transition: 5s;
    position: absolute;
    top: 100px;
    transition: 0.9s;
}

.cntner {
    width: 45%;
    margin: 0 auto;
}

.arrwdwn a p {
    color: #fff;
    margin-top: -58px;
    font-size: 18px;
    margin-right: 14px;
}

.fotr {
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 15px;
}

    .fotr span {
        text-align: center;
        font-size: 14px;
        color: #000;
    }

    .fotr a {
        text-decoration: none;
        display: block;
        text-align: center;
    }

    .fotr img {
        width: 18px;
    }

.dashboard_img {
    width: 70%;
}

.secure-badge {
    background: rgba(255,255,255,.75);
    border: 1.5px solid #d0e2f7;
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    backdrop-filter: blur(6px);
    max-width: 370px;
}

    .secure-badge i {
        color: #1a56db;
        font-size: 1.2rem;
        margin-top: 2px;
    }

    .secure-badge .sb-title {
        font-size: .88rem;
        font-weight: 800;
        color: #1a2b4a;
    }

    .secure-badge .sb-desc {
        font-size: .75rem;
        font-weight: 600;
        color: #7a99b8;
        margin-top: 2px;
    }

.arrwdwn i {
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 50%;
    top: -28%;
}

.bx {
    /*align-self: flex-end;*/
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: 20px;
    margin: 0 auto;
    transform-origin: bottom;
    width: 20px;
    animation-name: bonce;
    position: relative;
    top: -48px;
}

@keyframes bonce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.lgo {
    position: relative;
    top: 470px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .arrwdwn {
        background: #185ea1 !important;
        height: 12px !important;
        position: relative !important;
        z-index: 9999999 !important;
    }

    .exm {
        width: 350px;
        transition: 5s;
        position: absolute;
        transition: 0.9s;
        top: -2px;
        left: 55px;
        height: 345px;
        top: 100px;
    }

    .acnhr {
        background: red;
        width: 442px;
        position: relative;
    }

    .logo img {
        margin-top: 28px;
    }
}

.mi img {
    position: relative;
    top: 52px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .exm {
        width: 350px;
        transition: 5s;
        position: absolute;
        transition: 0.9s;
        top: -2px;
        left: 180px;
        height: 345px;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .lgo img {
        margin-top: 50px;
    }
}

.mitra img {
    width: 40%;
}

.sgr {
    /* position: absolute; */
    /* right: 0px; */
    /* top: 20px; */
}

    .sgr span {
        position: relative;
        top: 20px;
        font-size: 16px;
    }

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1a56db 0%, #0ea5e9 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
    box-shadow: 0 4px 14px rgba(26,86,219,.35);
}

.brand-text {
    line-height: 1.1;
}

    .brand-text .name {
        font-size: 1.25rem;
        font-weight: 800;
        color: #1a2b4a;
        letter-spacing: -.3px;
    }

    .brand-text .tagline {
        font-size: .65rem;
        font-weight: 700;
        color: #f59e0b;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

/* ── MAIN CONTENT ── */
.main-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:50px;
}

/* Decorative background clouds/shapes */
.bg-cloud {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    filter: blur(2px);
    pointer-events: none;
}

    .bg-cloud.c1 {
        width: 220px;
        height: 110px;
        top: 30px;
        left: 38%;
        border-radius: 80px;
        opacity: .7;
    }

    .bg-cloud.c2 {
        width: 140px;
        height: 70px;
        top: 10px;
        left: 55%;
        border-radius: 60px;
        opacity: .5;
    }

    .bg-cloud.c3 {
        width: 90px;
        height: 45px;
        top: 60px;
        left: 70%;
        border-radius: 40px;
        opacity: .6;
    }

/* Delivery truck illustration (pure CSS) */
.truck-scene {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 130px;
    pointer-events: none;
    opacity: .55;
}

/* ── LEFT PANEL ── */
.left-panel {
    flex: 1;
    position: relative;
    z-index: 2;
}

.welcome-heading {
    font-size: 2.6rem;
    font-weight: 900;
    color: #1a2b4a;
    line-height: 1.15;
    margin-bottom: 8px;
}

    .welcome-heading span {
        color: #1a56db;
    }

.welcome-sub {
    color: #5a7a9a;
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 32px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.services-row { margin-top: 36px; }

.service-item {
  display: flex;
      align-items: self-start;
  gap: 8px;
  padding-left: 20px;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color:#1a56db;
  backdrop-filter: blur(4px);
}

.service-label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  opacity: .9;
  color:#000;
}

.feature-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: rgba(26,86,219,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .feature-icon-wrap i {
        color: #1a56db;
        font-size: 1.05rem;
    }

.feature-text .f-title {
    font-size: .9rem;
    font-weight: 800;
    color: #1a2b4a;
}

.feature-text .f-desc {
    font-size: .78rem;
    font-weight: 600;
    color: #7a99b8;
    margin-top: 1px;
}


/* ── RIGHT PANEL (Login Card) ── */
.right-panel {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.login-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(26,86,219,.14), 0 4px 20px rgba(0,0,0,.06);
    padding: 38px 36px 30px;
    max-width: 420px;
    margin: 0 auto;
}

    .login-card .field-label {
        font-size: .72rem;
        font-weight: 700;
        color: #8ba8c4;
        letter-spacing: .5px;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

.input-icon-wrap {
    position: relative;
    margin-bottom: 20px;
}

    .input-icon-wrap .ico {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #b0c8e0;
        font-size: .95rem;
    }

    .input-icon-wrap .ico-right {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #b0c8e0;
        font-size: .95rem;
        cursor: pointer;
    }

.login-input {
    width: 100%;
    border: 1.5px solid #dde8f5;
    border-radius: 12px;
    padding: 13px 42px 13px 40px;
    font-family: 'Nunito', sans-serif;
    font-size: .92rem;
    font-weight: 700;
    color: #1a2b4a;
    background: #f7faff;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

    .login-input:focus {
        border-color: #1a56db;
        box-shadow: 0 0 0 3px rgba(26,86,219,.1);
        background: #fff;
    }

    .login-input::placeholder {
        color: #b0c8e0;
        font-weight: 600;
    }

.row-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.remember-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .remember-wrap input[type=checkbox] {
        display: none;
    }

.custom-check {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #1a56db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .custom-check i {
        color: #fff;
        font-size: .7rem;
    }

.remember-label {
    font-size: .85rem;
    font-weight: 700;
    color: #3a5a7a;
}

.forgot-link {
    font-size: .85rem;
    font-weight: 700;
    color: #1a56db;
    text-decoration: none;
}

    .forgot-link:hover {
        text-decoration: underline;
    }

.btn-login {
    width: 100%;
    background: linear-gradient(90deg, #0a216d 0%, #1d4dbd 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .3px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(26,86,219,.35);
    transition: transform .15s, box-shadow .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 28px rgb(248 137 29 / 32%);
        background: linear-gradient(90deg, #f8891d 0%, #f8891d 100%);
    }

    .btn-login:active {
        transform: translateY(0);
    }

.divider {
    border-top: 1.5px solid #eaf0fa;
    margin: 22px 0;
}

.need-access {
    text-align: center;
}

    .need-access .na-title {
        font-size: .9rem;
        font-weight: 800;
        color: #1a2b4a;
        margin-bottom: 6px;
    }

    .need-access .na-desc {
        font-size: .78rem;
        font-weight: 600;
        color: #8ba8c4;
        line-height: 1.5;
    }
@media screen and (max-width:768px){
    .main-content {
        padding-top: 0px;
    }
        .logo img {
        margin-top: 0px;
    }
    .login-card {
        background: transparent;
        border-radius: 24px;
         box-shadow:none; 
        padding: 15px;
        max-width: 420px;
        margin: 0 auto;
    }
    .input-icon-wrap {
        margin-bottom: 8px;
    }
}