body{
  background-color: transparent !important;
    }
.form-container
 {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-left: 1px;
    margin-top: 10px ;
    background: rgba(255, 255, 255, 0.363); /* Slight transparency for readability */
    border: none; /* Optional: Remove border */
}
.label{
    font-weight: 500;
}
.paypal_button{
background-color: #00BD68;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  width: 100%;
  border: 0;
}