body {
    background: linear-gradient(90deg, #C7C5F4, #776BCC);	
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .formbold-main-wrapper {
    background-color: white; /* Card background color */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .heading-1 {
    text-align: center; /* Center the text horizontally */
  }

  