.webform-submission-form {
  width: 80%;
  margin: 0 auto;
}

.webform-submission-form > div:first-child {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: rgba(37, 87, 234, 0.7);
    padding-top: 1em;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.webform-submission-form input[type="submit"] {
    background-color: #2557ea;
    color: white;
}
