     * {
    padding: 0;
    margin: 0;
 }
 h4{
    color: #0d6efd;
    text-align: center;
 }
    .navbar {
      background-image: linear-gradient(135deg, #123696, #13a0dd 61%);
    }
    .nav-item{
        font-weight: bold;
        color: #fff;
    }
    .nav-link{
        color: #fff;
    }
    .nav-link:hover{
        color: #000;
    }
    .hero{
        /* background-image: linear-gradient(180deg, #5f7fdb, #0cddff); */
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .login-box {
      background: white;
      color: black;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
      width: 70%;
    }
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 100;
    }
    .btn-login {
      background-color: #0d6efd;
      color: white;
    }
    .btn-login:hover {
      background-color: #000;
      color: #fff;
    }
.rounded-pill{
    background-color: #25e234;
    color: #fff;
    font-weight: bold;
}
.rounded-pill:hover{
    background-color: #25e234;
}
.give{
    padding-top: 10px;
    padding-bottom: 10px;
}
     .footer {
       background-image: linear-gradient(135deg, #123696, #13a0dd 61%);
      color: white;
      padding: 40px 20px;
     margin-top: 40px;
    }
    .footer a {
      color: white;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer h5 {
      font-weight: bold;
      margin-bottom: 20px;
    }
         @media only screen and (max-width: 476px){
        .navbar-toggler{
            display: none;
        } 
        .login-box {
            width: 98%;
            height: 100%;
            margin-bottom: 30px;
        }
        .ty{
            display: none;
        }
        .upp{
            width: 100px;
        }
        .hero{
            padding-top: 0px;
        }
        }