body.hmsAdminLogin {
    margin: 0;
    height: 100vh;
    width: 100%;
    background-color: #4856b5;
    background: linear-gradient(145deg, #30469e 0%, #30469e 10%, #4856b5 10%, #4856b5 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
}

    body.hmsAdminLogin * {
        box-sizing: border-box;
    }

    body.hmsAdminLogin .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    body.hmsAdminLogin .image-box {
        height: 460px;
        width: 410px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        background-size: cover;
        background-position: center;
        border-radius: 8px;
    }

    body.hmsAdminLogin .card {
        background: #fff;
        height: 430px;
        width: 410px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: relative;
        left: -128px;
    }

    body.hmsAdminLogin .card-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    body.hmsAdminLogin .logo {
        height: 60px;
        width: 60px;
    }

    body.hmsAdminLogin h2 {
        margin: 0;
        font-size: 1.25rem;
        margin-bottom: 0.2rem;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        line-height: 1.1;
        color: #364a63;
        text-align: center;
        width: 100%;
    }

    body.hmsAdminLogin p {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.40;
        color: #526484;
        text-align: center;
    }

    body.hmsAdminLogin label {
        font-size: 0.875rem;
        font-weight: 500;
        color: #344357;
    }

    body.hmsAdminLogin .input-group {
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: relative;
    }

        body.hmsAdminLogin .input-group.password-group label {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        body.hmsAdminLogin .input-group input {
            border: 1px solid #ccc;
            height: calc(2.625rem + 2px);
            padding: 0.6875rem 1rem;
            font-size: 0.9375rem;
            line-height: 1.25rem;
            border-radius: 5px;
        }

            body.hmsAdminLogin .input-group input:focus {
                color: #3c4d62;
                background-color: #fff;
                border-color: #6576ff;
                outline: 0;
                box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1);
            }

    body.hmsAdminLogin .eye-icon {
        position: absolute;
        right: 10px;
        top: 33px;
        cursor: pointer;
        font-size: 16px;
        color: #8094ae;
    }

    body.hmsAdminLogin a {
        text-decoration: none;
        color: #6576ff;
        font-size: 15px;
        display: block;
        margin-top: 10px;
        font-weight: 700;
    }

    body.hmsAdminLogin button {
        background: #30469e;
        border: none;
        cursor: pointer;
        margin-top: 5px;
        padding: 0.6875rem 1.5rem;
        font-size: 0.9375rem;
        line-height: 1.25rem;
        border-radius: 5px;
        color: #fff;
        background-color: #6576ff;
        border-color: #6576ff;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        body.hmsAdminLogin button:hover {
            background-color: #3f54ff;
            border-color: #3249ff;
        }

    body.hmsAdminLogin footer {
        margin-top: 20px;
        color: white;
        font-size: 14px;
    }

    body.hmsAdminLogin .card-header .logo-text {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px; /* Logo aur text ke beech ka gap */
        margin-bottom: 5px;
    }

    body.hmsAdminLogin .hms-name {
        font-size: 18px;
        font-weight: bold;
        color: #83a9d8;
    }

    body.hmsAdminLogin .row {
        margin: 0 -10px;
    }

    body.hmsAdminLogin .col-half {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    body.hmsAdminLogin .col-full {
        width: 100%;
        float: left;
        padding: 0 10px;
    }
    .mt-10{
        margin-top: 10px !important;
    }
.mb-10 {
    margin-bottom: 10px;
}

.height-auto {
    height: auto !important;
}

.text-right {
    text-align: right !important;
}

body.bg2-xs .image-box {
    height: 500px;
    width: 430px;
}

body.bg2-xs .card {
    padding: 20px;
}



@media (max-width: 900px) {
    body.hmsAdminLogin .container {
        flex-direction: column;
        padding: 0 10px;
    }

    body.hmsAdminLogin .card {
        left: 0;
        margin-top: -90px;
        width: 100%;
        height: auto;
    }

    body.hmsAdminLogin .image-box {
        width: 100%;
        height: 150px;
        opacity: 0;
    }

    body.hmsAdminLogin footer {
        padding: 0 10px;
        text-align: center;
        margin-bottom: 10px;
    }

    body.hmsAdminLogin h2 {
        font-size: 1.05rem;
    }

    body.hmsAdminLogin {
        background-image: url(/assets/images/bg-xs.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }

    body.bg2-xs {
        background-image: url(/assets/images/bg2-xs.png);
    }
}

@media (max-width: 767px) {
    body.hmsAdminLogin .col-half {
        width: 100%;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }
}
