/* CSS FOR ACTIVATION PAGE */
#activation_page {
  font-family: Arial, Helvetica, Sans-serif;
  color: #505050;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px; }

.activation_page_bar {
  background: #445156;
  border-top: 1px solid #293438;
  border-bottom: 3px solid #293438;
  height: 56px; }

.activation_page_bar_inner {
  line-height: 56px;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 20px; }

@media (min-width: 1200px) {
  .activation_page_bar_inner {
    padding-left: 0; } }
.activation_page_logo {
  vertical-align: middle;
  display: inline-block !important; }

.activation_page_flag {
  vertical-align: super;
  display: inline-block !important; }

.activation_page_body {
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px; }

.activation_page_body p.text {
  vertical-align: bottom; }

.activation_page_grey {
  background: #f6f6f6;
  border-top: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2; }

#activation_page .push {
  height: 100px; }

#activation_footer {
  height: 100px;
  width: 100%;
  background: #445157;
  padding-top: 24px;
  border-top: 2px solid #293438;
  margin-top: 100px; }

.activation_footer_text {
  color: white;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px; }

.activation_footer_text a {
  color: white;
  text-decoration: none; }

/*# sourceMappingURL=activation.css.map */
