.gradient-custom-3 {
    /* fallback for old browsers */
    background: #84fab0;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
    }
    .gradient-custom-4 {
    /* fallback for old browsers */
    background: #84fab0;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
    }
    body{
        overflow-y: hidden;
    }
    .vh-100 {
        height: 100vh;
      }
      /* .bg-image {
        background-size: cover;
        background-position: center;
      }
      .gradient-custom-3 {
        background: linear-gradient(to right, #ff6a00, #ee0979);
      }
      .gradient-custom-4 {
        background: linear-gradient(to right, #ff6a00, #ee0979);
      }
      .card {
        background-color: rgba(255, 255, 255, 0.8);
      } */
      /* body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
        background-color: #f8e8ef;
    }
     */
    .google-signin {
        display: flex;
        align-items: center;
        text-decoration: none;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px 20px;
        font-family: Arial, sans-serif;
        font-size: 16px;
        color: #333;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: background-color 0.3s, box-shadow 0.3s;
    }
    
    .google-signin:hover {
        background-color: #f0f0f0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
    
    .google-logo {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    