 body{
            background:#B8000C;
            height:100vh;
            display:flex;
           
        }

        .login-card{
            width:700px;
            margin:60px auto;
             padding:100px;
            border:none;
            border-radius:15px;
            box-shadow:0 10px 30px rgba(0,0,0,.15);
            
        }

        .logo{
           
            border-radius:50%;
            background:#942627;
            color:white;
            display:flex;
            justify-content:center;
            align-items:center;
            font-size:28px;
            margin:auto;
        }

        .btn-login{
            width:100%;
            background-color: #202D89;
            color: white;
        }

        h3{
            font-weight:bold;
        }

