﻿body {
  background: url('/Images/page-background.png') repeat;
}

h1 {
  font-size: 56pt;
}

p {
  font-size: 12pt;
}

#titleBox {
  max-width: 850px;
  margin-top: 100px;
  padding: 50px;
  border: 1px solid #336699;
  border-radius: 45px;
  background: linear-gradient(to bottom, #184b7e, #336699);
}

.registration #titleBox {
  border: 1px solid #6643a9;
  background: linear-gradient(to bottom, #472683, #6643a9);
}

#loginDecorator {
  margin-bottom: 4px;
}
