

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

.hydromet-login-section {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 520px;
    padding: 15px 20px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient( circle at 8% 25%, rgba(53, 135, 197, 0.10), transparent 28% ), radial-gradient( circle at 92% 75%, rgba(38, 105, 163, 0.09), transparent 28% ), #f3f7fb;
}

.hydromet-login-container {
    width: 100%;
    max-width: 1100px;
    height: 520px;
    margin: 0 auto !important;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e7edf4;
    box-shadow: 0 18px 45px rgba(25, 65, 100, 0.14);
}


.hydromet-left-panel {
    position: relative;
    width: 52%;
    flex: 0 0 52%;
    height: 100%;
    overflow: hidden;
    padding: 25px 35px 20px !important;
    color: #ffffff;
    background: linear-gradient( 135deg, #205f94, #287bb7 );
}

    /* Background circles */
    .hydromet-left-panel::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        left: -100px;
        top: -170px;
        border-radius: 50%;
        background: rgba(255,255,255,0.065);
    }

    .hydromet-left-panel::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -240px;
        bottom: -250px;
        border-radius: 50%;
        background: rgba(255,255,255,0.055);
    }

/* BRAND */
.hydromet-brand {
    position: relative;
    z-index: 5;
    width: 100%;
}

.brand-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .brand-logo-text span {
        font-size: 43px;
        font-weight: 800;
        letter-spacing: -1.5px;
    }


    .brand-logo-text small {
        font-size: 16px;
        font-weight: 500;
        margin-left: 3px;
        margin-top: 4px;
    }

.brand-line {
    width: 58px;
    height: 4px;
    margin: 8px 0 10px;
    border-radius: 10px;
    background: #45c7ed;
}

.hydromet-brand h2 {
    margin: 0 0 7px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #071426;
}

.hydromet-brand p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255,255,255,0.88);
}
/* SENSOR AREA */
.sensor-visual {
    position: relative;
    width: 100%;
    height: 290px;
    margin-top: 5px;
}

/* Sensor outer circle */
.sensor-circleadmin {
    position: absolute;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 12px 25px rgba(0,0,0,0.13);
}

.sensor-one {
    left: 10px;
    top: 15px;
}

.sensor-two {
    right: 10px;
    top: 15px;
}

.sensor-three {
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

/* Inner icon */
.sensor-icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 145deg, #ffffff, #dcecff );
    color: #17629d;
    font-size: 38px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.sensor-icon span {
    font-size: 9px;
    position: absolute;
    top: 65%;
}

/* Center sensor */
.sensor-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #17629d;
    font-size: 28px;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0,0,0,0.20);
}

/*LEFT BOTTOM TEXT */
.left-bottom-text {
    position: absolute;
    left: 35px;
    right: 20px;
    bottom: 14px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,0.88);
    font-size: 12px;
    line-height: 1.2;
}

    .left-bottom-text i {
        color: #43c8ed;
        font-size: 17px;
        flex-shrink: 0;
    }

/* RIGHT PANEL */
.hydromet-right-panel {
    width: 48%;
    flex: 0 0 48%;
    height: 100%;
    padding: 24px 45px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
}
.hydromet-brand h3 {
    font-size:18px;
    color:white;
    font-weight:600;
}
/* LOGIN CARD */
.login-card {
    width: 100%;
    max-width: 455px;
    margin: 0 auto;
}
/*LOGIN ICON */
.login-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #e8f4ff, #d9ecff );
    color: #17619d;
    font-size: 24px;
}
/* LOGIN HEADING */
.login-heading {
    text-align: center;
    margin-bottom: 19px;
}


    .login-heading h1 {
        margin: 0;
        font-size: 29px;
        line-height: 1.2;
        font-weight: 700;
        color: #172033;
    }


        .login-heading h1 span {
            color: #195990;
        }


.admin-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 4px 13px;
    border-radius: 30px;
    background: #edf6ff;
    color: #175b96;
    font-size: 18px;
    font-weight: 600;
}


.login-heading p {
    margin: 9px 0 0;
    color: #8b97a8;
    font-size: 12px;
}


/* =========================================================
    FORM FIELDS
    ========================================================= */

.login-field {
    margin-bottom: 8px;
}


    .login-field label {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 6px;
        color: #27364a;
        font-size: 13px;
        font-weight: 600;
    }


.field-icon {
    color: #17619d;
    font-size: 14px;
}


.input-wrapper {
    position: relative;
    width: 100%;
}


.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8ca2b7;
    font-size: 14px;
    z-index: 2;
}


.modern-input {
    width: 100% !important;
    height: 44px !important;
    padding: 5px 12px 5px 41px !important;
    border: 1px solid #dbe3eb !important;
    border-radius: 8px !important;
    background: #f9fbfd !important;
    color: #263548 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}


    .modern-input:focus {
        border-color: #3787c4 !important;
        background: #ffffff !important;
        box-shadow: 0 0 0 3px rgba(55,135,196,0.10) !important;
    }


/* =========================================================
    CAPTCHA
    ========================================================= */

.captcha-field {
    margin-bottom: 0;
}


.captcha-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}


.captcha-image-box {
    width: 50%;
    height: 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe3eb;
    border-radius: 8px;
    background: #f8fafc;
}


.captcha-image {
    width: 100% !important;
    height: 44px !important;
    object-fit: cover;
    border-radius: 7px;
}


.captcha-input-wrapper {
    width: 50%;
}


    .captcha-input-wrapper .modern-input {
        padding-left: 13px !important;
    }


/* =========================================================
    LOGIN BUTTON
    ========================================================= */

.login-button-wrapper {
    margin-top: 18px;
}


.hydromet-login-btn {
    width: 100%;
    height: 47px;
    border: none;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    background: linear-gradient( 135deg, #1763a4, #2d82c2 );
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 9px 18px rgba(29,104,164,0.20);
    transition: 0.2s ease;
}


    .hydromet-login-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 22px rgba(29,104,164,0.28);
    }


.login-btn-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(255,255,255,0.18);
}


/* =========================================================
    SECURE NOTE
    ========================================================= */

.secure-login-note {
    margin-top: 8px;
    text-align: center;
    color: #9aa5b2;
    font-size: 10px;
}


    .secure-login-note i {
        color: #3c91c9;
        margin-right: 4px;
    }


/* =========================================================
    VALIDATION
    ========================================================= */

.validation-text {
    display: block;
    margin-top: 4px;
    font-size: 11px;
}


.login-message {
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    background: #fff2f2;
    border: 1px solid #ffd5d5;
    color: #d12d2d;
    font-size: 11px;
}


/* =========================================================
    CONTACT - KEEP BELOW LOGIN
    ========================================================= */

.hydromet-contact-section {
    display: block;
}

.hydromet-contact-section {
    padding: 40px 20px 30px !important;
}

.hydromet-contact-section {
    padding: 65px 20px 50px;
    background: #f5f7fa;
}

.hydromet-contact-heading {
    margin-bottom: 25px !important;
}

.hydromet-contact-heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    color: #1a578e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

    .contact-section-title span {
        width: 45px;
        height: 2px;
        background: #1a578e;
    }

.hydromet-contact-heading h1 {
    font-size: 28px !important;
}

.hydromet-contact-heading h1 {
    margin: 10px 0 5px;
    color: #182235;
    font-size: 35px;
    font-weight: 700;
}

.hydromet-contact-heading p {
    font-size: 11px !important;
}

.hydromet-contact-heading p {
    margin: 0;
    color: #8b96a3;
    font-size: 13px;
}

.hydromet-contact-card {
    min-height: 135px !important;
    padding: 20px !important;
}

.hydromet-contact-card {
    min-height: 160px;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #e3e9ef;
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(28,55,80,0.04);
    transition: all 0.25s ease;
}

.contact-icon-box {
    width: 43px !important;
    height: 43px !important;
    min-width: 43px !important;
    font-size: 16px !important;
}

.phone-box {
    background: #eaf5fc;
    color: #1b6a9e;
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.contact-card-content {
    flex: 1;
}

    .contact-card-content h4 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .contact-card-content h4 {
        margin: 3px 0 16px;
        margin-bottom: 16px;
        color: #1b2638;
        font-size: 15px;
        font-weight: 700;
    }

.contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .contact-line i {
        width: 17px;
        color: #4a82aa;
        font-size: 12px;
    }

    .contact-line a, .contact-address {
        font-size: 14px !important;
    }

    .contact-line a {
        color: #788493;
        font-size: 12px;
        text-decoration: none;
    }

.mail-box {
    background: #f1edff;
    color: #7356b8;
}

.contact-icon-box {
    width: 43px !important;
    height: 43px !important;
    min-width: 43px !important;
    font-size: 16px !important;
}

.location-box {
    background: #eaf8ef;
    color: #29945a;
}

.contact-address i {
    color: #29945a;
    margin-top: 3px;
}

/* =========================================================
    DESKTOP SMALL SCREEN HEIGHT
    ========================================================= */

@media (max-height: 750px) and (min-width: 768px) {

    .hydromet-login-section {
        height: calc(100vh - 110px);
        min-height: 480px;
        padding: 8px 15px !important;
    }


    .hydromet-login-container {
        height: 490px;
    }


    .hydromet-left-panel {
        padding: 20px 30px 15px !important;
    }


    .brand-logo-text span {
        font-size: 38px;
    }


    .brand-logo-text small {
        font-size: 14px;
    }


    .hydromet-brand h2 {
        font-size: 20px;
    }


    .hydromet-brand p {
        font-size: 12px;
    }


    .sensor-visual {
        height: 260px;
        margin-top: 0;
    }


    .sensor-circle {
        width: 125px;
        height: 125px;
    }


    .sensor-icon {
        width: 90px;
        height: 90px;
        font-size: 33px;
    }


    .sensor-center {
        width: 70px;
        height: 70px;
        font-size: 24px;
        margin-top: -13px;
    }


    .hydromet-right-panel {
        padding: 18px 35px !important;
    }


    .login-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 7px;
        font-size: 21px;
    }


    .login-heading {
        margin-bottom: 14px;
    }


        .login-heading h1 {
            font-size: 25px;
        }


        .login-heading p {
            font-size: 11px;
        }


    .login-field {
        margin-bottom: 11px;
    }


        .login-field label {
            font-size: 12px;
            margin-bottom: 4px;
        }


    .modern-input {
        height: 39px !important;
    }


    .captcha-image-box,
    .captcha-image {
        height: 39px !important;
    }


    .login-button-wrapper {
        margin-top: 13px;
    }


    .hydromet-login-btn {
        height: 42px;
    }
}


/* =========================================================
    TABLET
    ========================================================= */

@media (max-width: 991px) and (min-width: 768px) {

    .hydromet-login-container {
        max-width: 900px;
        height: 500px;
    }


    .hydromet-left-panel {
        padding: 23px 25px !important;
    }


    .hydromet-right-panel {
        padding: 20px 25px !important;
    }


    .brand-logo-text span {
        font-size: 37px;
    }


    .hydromet-brand h2 {
        font-size: 20px;
    }


    .hydromet-brand p {
        font-size: 12px;
    }


    .sensor-visual {
        height: 270px;
    }


    .sensor-circle {
        width: 125px;
        height: 125px;
    }


    .sensor-icon {
        width: 90px;
        height: 90px;
        font-size: 32px;
    }


    .sensor-center {
        width: 65px;
        height: 65px;
    }


    .login-heading h1 {
        font-size: 24px;
    }
}


/* =========================================================
    MOBILE
    ========================================================= */

@media (min-width:320px) and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }


    .hydromet-login-section {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        padding: 10px 4px !important;
        display: block;
        overflow: hidden;
    }


    .hydromet-login-container {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 350px;
        display: flex !important;
        flex-direction: row !important;
        overflow: hidden !important;
        border-radius: 11px !important;
    }
    /* =====================================================
        MOBILE LEFT
        ===================================================== */

    .hydromet-left-panel {
        width: 50% !important;
        flex: 0 0 50% !important;
        min-width: 0 !important;
        height: 390px !important;
        padding: 19px 9px 15px !important;
    }


    .brand-logo-text span {
        font-size: 24px !important;
        letter-spacing: -1px !important;
    }


    .brand-logo-text small {
        font-size: 9px !important;
        margin-left: 2px !important;
    }


    .brand-line {
        width: 40px !important;
        height: 3px !important;
        margin: 7px 0 9px !important;
    }


    .hydromet-brand h2 {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }


    .hydromet-brand p {
        font-size: 6.8px !important;
        line-height: 1.5 !important;
    }


    .sensor-visual {
        height: 200px !important;
        margin-top: 8px !important;
    }


    .sensor-circle {
        width: 62px !important;
        height: 62px !important;
    }


    .sensor-one {
        left: 0 !important;
        top: 8px !important;
    }


    .sensor-two {
        right: 0 !important;
        top: 8px !important;
    }


    .sensor-three {
        bottom: 0 !important;
    }


    .sensor-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 17px !important;
    }


    .sensor-center {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }
    .sensor-icon span {
        font-size: 8px;
        position: absolute;
        top: 65%;
    }
    .hydromet-brand h3 {
        font-size: 17px;
    }
    .left-bottom-text {
        left: 7px !important;
        right: 7px !important;
        bottom: 8px !important;
        gap: 3px !important;
        font-size: 5.5px !important;
    }


        .left-bottom-text i {
            font-size: 8px !important;
        }
    /* =====================================================
        MOBILE RIGHT
        ===================================================== */

    .hydromet-right-panel {
        width: 50% !important;
        flex: 0 0 50% !important;
        min-width: 0 !important;
        height: 390px !important;
        padding: 16px 8px !important;
        overflow: hidden !important;
    }


    .login-card {
        width: 100% !important;
        max-width: 100% !important;
    }


    .login-icon {
        width: 38px !important;
        height: 38px !important;
        margin: 0 auto 7px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
    }


    .login-heading {
        margin-bottom: 12px !important;
    }


        .login-heading h1,
        .login-heading h1 span {
            font-size: 13px !important;
            line-height: 1.2 !important;
        }


    .admin-badge {
        margin-top: 6px !important;
        padding: 4px 6px !important;
        font-size: 6px !important;
        gap: 3px !important;
    }


    .login-heading p {
        margin-top: 6px !important;
        font-size: 5.5px !important;
        line-height: 1.3 !important;
    }


    .login-field {
        margin-bottom: 9px !important;
    }


        .login-field label {
            font-size: 6.5px !important;
            margin-bottom: 3px !important;
            gap: 3px !important;
        }


    .field-icon {
        font-size: 6px !important;
    }


    .modern-input {
        width: 100% !important;
        height: 30px !important;
        min-height: 30px !important;
        padding: 4px 5px 4px 22px !important;
        border-radius: 5px !important;
        font-size: 7px !important;
    }


    .input-icon {
        left: 7px !important;
        font-size: 7px !important;
    }
    /* CAPTCHA */

    .captcha-row {
        gap: 4px !important;
    }


    .captcha-image-box {
        width: 50% !important;
        height: 30px !important;
        border-radius: 5px !important;
    }


    .captcha-image {
        height: 30px !important;
        border-radius: 4px !important;
    }


    .captcha-input-wrapper {
        width: 50% !important;
    }


        .captcha-input-wrapper .modern-input {
            height: 30px !important;
            min-height: 30px !important;
            padding: 4px 5px !important;
            font-size: 6px !important;
        }


    .login-button-wrapper {
        margin-top: 10px !important;
    }


    .hydromet-login-btn {
        height: 34px !important;
        min-height: 34px !important;
        border-radius: 6px !important;
        font-size: 8px !important;
        gap: 4px !important;
    }


    .login-btn-icon {
        width: 20px !important;
        height: 20px !important;
        border-radius: 5px !important;
        font-size: 7px !important;
    }


    .secure-login-note {
        margin-top: 5px !important;
        font-size: 4.5px !important;
    }


    .login-message {
        padding: 4px 5px !important;
        margin-bottom: 6px !important;
        font-size: 6px !important;
    }
}


/* =========================================================
    VERY SMALL MOBILE
    ========================================================= */

/* =========================================================
   MOBILE RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    html,
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    /* MAIN LOGIN SECTION */
    .hydromet-login-section {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 10px !important;
        margin: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    /* MAIN CONTAINER */
    .hydromet-login-container {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        overflow: hidden !important;

        margin: 0 !important;
        border-radius: 14px !important;
    }


    /* =====================================================
       LEFT PANEL
       ===================================================== */

    .hydromet-left-panel {
        width: 100% !important;
        flex: 0 0 100% !important;
        min-width: 100% !important;

        height: 390px !important;
        min-height: 390px !important;

        padding: 22px 22px 15px !important;

        overflow: hidden !important;
    }


    /* BRAND */
    .brand-logo-text {
        width: 100%;
    }

    .brand-logo-text span {
        font-size: 34px !important;
        line-height: 1 !important;
        letter-spacing: -1px !important;
    }

    .brand-logo-text small {
        font-size: 13px !important;
        margin-left: 2px !important;
        margin-top: 5px !important;
    }

    .brand-line {
        width: 48px !important;
        height: 3px !important;
        margin: 8px 0 10px !important;
    }

    .hydromet-brand h2 {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin: 0 0 7px !important;
        color: #ffffff !important;
    }

    .hydromet-brand p {
        font-size: 12px !important;
        line-height: 1.45 !important;
        color: rgba(255,255,255,0.9) !important;
    }


    /* SENSOR AREA */
    .sensor-visual {
        width: 100% !important;
        height: 220px !important;
        margin-top: 10px !important;
        position: relative !important;
    }


    /* IMPORTANT:
       Your actual class is sensor-circleadmin,
       so mobile CSS must target sensor-circleadmin.
    */

    .sensor-circleadmin {
        width: 105px !important;
        height: 105px !important;
    }

    .sensor-one {
        left: 15px !important;
        top: 12px !important;
    }

    .sensor-two {
        right: 15px !important;
        top: 12px !important;
    }

    .sensor-three {
        left: 50% !important;
        bottom: 0 !important;
        transform: translateX(-50%) !important;
    }


    /* SENSOR ICON */
    .sensor-icon {
        width: 78px !important;
        height: 78px !important;
        font-size: 30px !important;
    }


    /* CENTER SENSOR */
    .sensor-center {
        width: 58px !important;
        height: 58px !important;
        font-size: 23px !important;
    }


    /* BOTTOM TEXT */
    .left-bottom-text {
        left: 22px !important;
        right: 22px !important;
        bottom: 12px !important;

        gap: 7px !important;

        font-size: 10px !important;
        line-height: 1.3 !important;
    }

    .left-bottom-text i {
        font-size: 15px !important;
    }


    /* =====================================================
       RIGHT PANEL
       ===================================================== */

    .hydromet-right-panel {
        width: 100% !important;
        flex: 0 0 100% !important;
        min-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        padding: 28px 22px 30px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        overflow: visible !important;
    }


    /* LOGIN CARD */
    .login-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }


    /* LOGIN ICON */
    .login-icon {
        width: 52px !important;
        height: 52px !important;

        margin: 0 auto 10px !important;

        border-radius: 14px !important;
        font-size: 21px !important;
    }


    /* LOGIN HEADING */
    .login-heading {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .login-heading h1,
    .login-heading h1 span {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .admin-badge {
        margin-top: 8px !important;
        padding: 6px 12px !important;

        font-size: 11px !important;
        gap: 5px !important;
    }

    .login-heading p {
        margin-top: 8px !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
    }


    /* LOGIN FIELD */
    .login-field {
        width: 100% !important;
        margin-bottom: 14px !important;
    }

    .login-field label {
        font-size: 13px !important;
        margin-bottom: 6px !important;
        gap: 6px !important;
    }

    .field-icon {
        font-size: 13px !important;
    }


    /* INPUT */
    .input-wrapper {
        width: 100% !important;
    }

    .modern-input {
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;

        padding: 6px 12px 6px 40px !important;

        border-radius: 8px !important;

        font-size: 13px !important;
    }

    .input-icon {
        left: 13px !important;
        font-size: 14px !important;
    }


    /* CAPTCHA */
    .captcha-row {
        width: 100% !important;
        display: flex !important;
        gap: 8px !important;
    }

    .captcha-image-box {
        width: 50% !important;
        height: 44px !important;
        min-width: 0 !important;
    }

    .captcha-image {
        width: 100% !important;
        height: 44px !important;
    }

    .captcha-input-wrapper {
        width: 50% !important;
        min-width: 0 !important;
    }

    .captcha-input-wrapper .modern-input {
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 6px 12px !important;
        font-size: 13px !important;
    }


    /* LOGIN BUTTON */
    .login-button-wrapper {
        width: 100% !important;
        margin-top: 18px !important;
    }

    .hydromet-login-btn {
        width: 100% !important;
        height: 46px !important;
        min-height: 46px !important;

        border-radius: 8px !important;

        font-size: 13px !important;
        gap: 8px !important;
    }

    .login-btn-icon {
        width: 27px !important;
        height: 27px !important;

        border-radius: 6px !important;
        font-size: 12px !important;
    }


    /* SECURE NOTE */
    .secure-login-note {
        margin-top: 8px !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
    }


    /* MESSAGE */
    .login-message {
        width: 100% !important;

        padding: 8px 10px !important;
        margin-bottom: 10px !important;

        font-size: 11px !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .hydromet-login-section {
        padding: 7px !important;
    }

    .hydromet-login-container {
        border-radius: 12px !important;
    }


    /* LEFT */
    .hydromet-left-panel {
        height: 360px !important;
        min-height: 360px !important;
        padding: 20px 18px 14px !important;
    }

    .brand-logo-text span {
        font-size: 30px !important;
    }

    .brand-logo-text small {
        font-size: 12px !important;
    }

    .hydromet-brand h2 {
        font-size: 16px !important;
    }

    .hydromet-brand p {
        font-size: 11px !important;
    }

    .sensor-visual {
        height: 200px !important;
    }

    .sensor-circleadmin {
        width: 90px !important;
        height: 90px !important;
    }

    .sensor-one {
        left: 5px !important;
    }

    .sensor-two {
        right: 5px !important;
    }

    .sensor-icon {
        width: 67px !important;
        height: 67px !important;
        font-size: 26px !important;
    }

    .sensor-center {
        width: 52px !important;
        height: 52px !important;
        font-size: 20px !important;
    }

    .left-bottom-text {
        left: 18px !important;
        right: 18px !important;
        font-size: 9px !important;
    }


    /* RIGHT */
    .hydromet-right-panel {
        padding: 24px 18px 27px !important;
    }

    .login-heading h1,
    .login-heading h1 span {
        font-size: 22px !important;
    }

    .admin-badge {
        font-size: 10px !important;
    }

    .login-heading p {
        font-size: 10px !important;
    }

    .login-field label {
        font-size: 12px !important;
    }

    .modern-input {
        height: 42px !important;
        min-height: 42px !important;
        font-size: 12px !important;
    }

    .captcha-image-box,
    .captcha-image,
    .captcha-input-wrapper .modern-input {
        height: 42px !important;
        min-height: 42px !important;
    }

    .hydromet-login-btn {
        height: 44px !important;
        min-height: 44px !important;
        font-size: 12px !important;
    }
}


