﻿html {
  height: 100%;
}

body {
  background: linear-gradient(to bottom, #184b7e, #336699);
}

  body.registration {
    background: linear-gradient(to bottom, #472683, #6643a9);
  }

h1 {
  font-size: 46pt;
}

h2 {
  font-size: 16pt;
}

p {
  font-size: 10pt;
}

#titleBox {
  min-width: 320px !important;
  margin-top: 0;
  padding: 12% 40px;
  border: 0;
  background: none;
}

#loginDecorator {
  margin-bottom: 0;
}

#ControlsPanel {
  margin-top: 20px !important;
}

.submitButton {
  margin-top: 20px;
}
