﻿
body {
    background: linear-gradient(293deg, #09518C 4.99%, #98CB00 183.73%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif !important;
}

.login-card {
    max-width: 500px;
    width: 100%;
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.login-box .text-box h2 {
    color: #220544 !important;
    margin: 30px 0px 4px;
}

.text-box h2 {
    color: #000;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 600;
    line-height: normal;
}

.login-box .text-box p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.form-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 550;
    line-height: normal;
}

.btn-primary {
    background-color: #220544;
    color: #FFF;
    /*    font-size: 12px;*/
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    width: 100%;
    border: none;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

a {
    font-size: 13px;
}

.form-control {
    font-size: 14px !important;
}
/*5-01-2026  start */
.logo {
    text-align: center;
    margin-top: 10px;
}

    .logo img {
        max-width: 300px;
        width: 100%;
        height: auto;
    }

.login-box .text-box h2 {
    color: #220544 !important;
}

.backBtn {
    top: 8px;
    left: 15px;
}

a.primary-label {
    font-size: 14px;
    color: #09518C;
}

.main-wrapper {
    /*height: 100%;*/
    min-height: 100vh;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-ui-wrapper {
    left: 0;
}

.login-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    z-index: 999;
}

    .login-footer a {
        color: #0d6efd;
        text-decoration: none;
        font-weight: 500;
    }

        .login-footer a:hover {
            text-decoration: underline;
        }
.btn:hover {
    background-color: #3B0A74;
}
    /*6-01-2026  end */
.gap-y-0 {
    row-gap: 0 !important;
}

@media screen and (max-width:576px) {
    .login-card {
        padding: 30px 20px;
        margin: 0 18px;
    }

    .login-footer a,
    .login-footer,
    .login-footer small {
        font-size: 12px !important;
    }
}

@media screen and (max-width:496px) {
    .main-wrapper {
        padding-bottom: 72px;
    }
}

@media screen and (max-width:424px) {
    .main-wrapper {
        padding-bottom: 100px;
    }
}
 
