       body{
            min-height:100vh;
            display:flex;
            align-items:center;
            justify-content:center;
            background: #b02020;
        }

        .login-card{
            width:100%;
            max-width:420px;
            border:none;
            border-radius:20px;
            overflow:hidden;
            box-shadow:0 15px 35px rgba(0,0,0,.15);
        }

        .logo-section{
            text-align:center;
            /* padding:30px 20px 15px; */
        }

        .logo-section img{
            width:250px;
            height:150px;
            object-fit:contain;
            /* margin-bottom:15px; */
        }

        .school-name{
            font-size:1.4rem;
            font-weight:700;
            color:#000;
        }

        /* .school-subtitle{
            color:#6c757d;
            font-size:.95rem;
        } */

        .form-control{
            height:50px;
            border-radius:12px;
        }

        .btn-login{
            height:50px;
            border-radius:12px;
            font-weight:600;
        }

        .card-body{
            padding:30px;
        }

        .footer-text{
            text-align:center;
            font-size:.85rem;
            color:#999;
            margin-top:15px;
        }
       .btn-login{
            background: #b02020;
            color: #fff;

       }
       