/* suppress display of forum subscription choices */
/*since we don't have forums                     */
#subscribeToForumsContainer, .fieldContainer .simpleTextContainer {
display: none;
}
/* suppress display of registration date */
#idEventRegistrationsViewSectionContainer #membersTable > thead tr th:first-child, #idEventRegistrationsViewSectionContainer #membersTable > tbody tr td:first-child {
    display: none;
}
.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
  background: #f37b1c !important;
  color: black !important;
  border-radius: 20px;
  width: 200px;
  height: 100px;
  font-size: 50px;
  font-weight: 300;
  display: inline-flex;
  justify-content: center; /* Centers text horizontally */
  align-items: center;     /* Centers text vertically */
  text-align: center;
  width: 100%;
  margin-top: 60px; /* Adjust pixel value to push it down further */
}
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton {
    position: relative;
    display: inline-block;
    padding: 8px 15px 9px 15px;
    margin: 0;
    height: auto;
    text-transform: none;
    outline: 0;
    border: 0;
    background: #f37b1c;
    -webkit-appearance: none;
    font: normal 25px / 1.25 'Open Sans';
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}