body {
  background-color: #d2b4de;
}

h3 {
  font-family: Calibri;
  font-size: 25pt;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-decoration: underline
}

/* changes made by Rajesh to fix the design issue - start */

.ak-registration-form-table {
  font-family: Calibri;
  color: white;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  border:var(--border);
  background-color: var(--background-color);
  box-shadow: var(--akBoxShadow);
  border-radius: 10px;
  width: 50%;
  margin: 15px auto;
  padding: 10px 30px;
  /* border: 4px solid navy */
}

.ak-registration-form-table-body{
  display: inline-block;
  padding: 20px 40px;
}

  /* changes made by Rajesh to fix the design issue - end */

table.inner {
  border: 12px
}