﻿
body {
    height: 100vh;
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    /* Govt-style background */
    background: linear-gradient( 135deg, #f1f5f9 0%, #e3ebf5 40%, #d6e1f0 100% );
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    width: 440px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    padding: 36px 34px;
    border-top: 5px solid #0d47a1;
}

.gov-emblem {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

/*.portal-title {
    color: #0d47a1;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.4;
}*/



.portal-title {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    /*   Premium Government Gradient Text */
    background: linear-gradient(90deg, #00254a, #1e3a8a, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
}


.portal-subtitle {
    text-align: center;
    font-size: 13px;
    color: #555;
    margin-bottom: 26px;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.form-control {
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
}

    .form-control:focus {
        border-color: #0d47a1;
        box-shadow: 0 0 0 0.15rem rgba(13, 71, 161, 0.25);
    }

.btn-login {
    height: 45px;
    background-color: #0d47a1;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

    .btn-login:hover {
        background-color: #08306b;
        color: #fff;
    }

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 17px;
    cursor: pointer;
    color: #555;
}

.error-text {
    font-size: 13px;
    color: #c62828;
    margin-top: 12px;
    display: block;
    text-align: center;
}

.footer-text {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 16px;
    /*border-top: 1px solid #eee;*/
    padding-top: 12px;
}

    .footer-text span {
        color: #0d47a1;
        font-weight: 500;
    }

.gov-emblem {
    text-align: center;
    margin-bottom: 10px;
}

.logo-img {
    width: 180px; /* adjust size if needed */
    height: auto;
}

.gov-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}


.district-title {
    text-align: left;
}

.marathi {
    font-size: 16px;
    font-weight: 600;
}

.english {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}


.gov-header-vertical {
    text-align: center;
    margin-bottom: 10px;
}

/*.emblem {
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto 6px auto;
}
*/

.emblem {
    width: 68px;
    height: 88px;
    display: block;
    margin: 0 auto 6px auto;
}


.district-title {
    text-align: center;
}

.marathi {
    font-size: 16px;
    font-weight: 600;
}

.english {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}