body {
    background-image: url(/images/Bill-background.svg); 
     background-size: cover;
     background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: Arial,'poppins', sans-serif; /* Apply the custom font */
    font-size: 16px; /* Base font size */
}


h3 {
font-size: 1.7rem; /* 2 times the base font size */
}

p {
font-size: 1rem; /* Same as base font size */
}
.form-group {
            position: relative;
            margin-bottom: 1.5rem;
        }
        .form-label {
            position: absolute;
            top: -10px;
            left: 10px;
            background: rgba(0, 0, 0, 0.5);
            padding: 0 5px;
            font-size: 0.9rem;
            color: #fff;
        }
        .form-control {
            background: transparent;
            border: 1px solid #fff;
            color: #fff;
            padding: 10px;
        }
        .form-control:focus {
            background: transparent;
            color: #fff;
            border-color: #fff;
            box-shadow: none;
        }
        .form-divider{
            height: 100%; 
           
        }
        .form-container{
            margin: 0 7rem;
        }
        /* Media queries to adjust image size on smaller screens */
 @media (max-width: 768px) {
 }

@media (max-width: 576px) {

  
}