body {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: 'Cabin'; }

#wrapper {
  background-color: white;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

header {
  padding: 30px;
  text-align: center;
  border-top: 15px solid #E30613;
  border-left: 15px solid #E30613;
  border-right: 15px solid #E30613; }
  header img {
    max-height: 125px; }

#main {
  margin: 25px; }

h2 {
  border-bottom: 3px solid #E30613;
  padding-bottom: 5px;
  color: #E30613;
  text-transform: uppercase; }

.form-part {
  padding-bottom: 10px; }

#disclaimer {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  padding: 25px; }

footer {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 25px; }
  footer img {
    max-height: 75px;
    margin: 15px; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: #E30613; }

.table-registration {
  font-size: 0.9em; }

.message {
  text-align: center;
  color: white;
  margin: 0 0 10px 0;
  padding: 4px 0 4px 0;
  text-transform: uppercase !important;
  font-weight: 700;
  background-color: grey;
  border-radius: 5px; }
  .message.success {
    background-color: green; }
  .message.error {
    background-color: #E30613; }

.cake-debug-output, .cake-debug, .cake-error {
  margin-left: 15px;
  margin-right: 15px; }
