    * {
        margin: 0;
        padding: 0;
    }
    h1{
        font-size: 40px;
        font-weight: bold;
    }
    h2{
        font-size: 40px;
        font-weight: bold;
    }
    h3{
        font-size: 40px;
        font-weight: bold;
    }
    .glow {
      background: linear-gradient(to bottom, #120f11, #0d0e2e);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, sans-serif;
      padding-bottom: 40px;
    }
    a{
        text-decoration: none;
    }
    .login-box {
      background: #fff;
      border-radius: 10px;
      width: 100%;
      max-width: 400px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }
    .login-logo {
      background: #000;
      text-align: center;
      padding: 20px;
    }
    .login-logo img {
      max-width: 180px;
    }
    .login-body {
      padding: 30px 20px;
    }
    .btn-login {
      background: #000;
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px;
    }
    .btn-login:hover {
      background: #065689;
      color: #fff;
    }
    .btn-support {
      background: #007bff;
      color: #fff;
      font-weight: 500;
      margin-top: 10px;
    }
    .btn-support:hover {
      background: #007bff;
      color: #fff;
    }
    .text-small {
      font-size: 14px;
    }
    .forgot-password {
      color: #ff5e00;
      font-weight: 500;
    }
       /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 

        @media only screen and (max-width: 476px){
     h1{
        font-size: 20px;
        text-align: center;
     }
     h2{
        font-size: 20px;
        text-align: center;
     }
     h3{
        font-size: 20px;
        text-align: center;
     }
     p{
        text-align: justify;
     }
     }