:root {
    --brand-primary: #44697f !important;
    --form-bg: transparent !important;
    --form-border: #ced4da 0px solid !important;
 }



#vat, #gst {
    background-color: var(--form-bg);
    border: var(--form-border);
    padding: 3rem;
    margin: 10px 0;
    border-radius: 4px;
}
#vat .buttons, #gst .buttons {
    margin-top: 2.5rem;
}
.disclaimer {
    font-size: disclaimer1rem;
    color: #6c757d;
    margin-top: 2rem;
    text-align:center;
}
.btn-primary {border-radius: 25px;}
@media screen and (max-width: 600px) {
    #vat, #gst{
              padding: .5rem;
          }
          #vat .buttons,#gst .buttons {
              display: flex;
              justify-content: center;
              margin-top: 1rem;
          }
    
}