body {
  margin: 0;
  background: black;
  font-family: Segoe UI, sans-serif;
}

body, a {
  color: white;
}

h1 {
  font-weight: 100;
}

.background {
  position: fixed;
  background: url("/app/background.jpg");
  background-size: cover;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.header a {
  text-decoration: none;
}

.header {
  background: rgba(0,0,0,.2);
  padding: 16px 32px;
  font-size: 20px;
  white-space: nowrap;
  height: 28px;
}

.header img {
  height: 28px;
  width: 28px;
  margin-right: 8px;
  vertical-align: text-bottom;
}

@media (max-width: 800px) {
  .header {
    background: rgba(0,0,0,.2);
    padding: 16px;
    font-size: 20px;
    white-space: nowrap;
  }
}

.type_icon {
  display: block;
  margin: 20px 22px;
}

.body_main, .footer {
  margin: 82px auto 50px;
  max-width: 424px;
  padding: 0 52px;
  box-sizing: border-box;
}

.description {
  font-size: 17px;
  line-height: 27px;
  padding: 0;
  margin: 0 auto;
}

.cm_link, button {
  display: block;
  margin: 20px 22px;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  background: #A20025;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  padding: 15px 27px 13px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}

.cm_link_hint {
  padding: 9px 27px 6px;
}

.cm_link_hint span {
  display: block;
  font-size: 8px;
  opacity: 0.8;
}

.alternative {
  position: absolute;
  margin-left: 140px;
}

.cm_link:hover, .cm_link:active, button:hover, button:active {
  color: #fff;
  background: #990024;
  text-decoration: none;
}

.cm_download_link, .alternative, .secondary {
  border: 1px solid #fff;
  background: transparent;
  padding: 14px 26px 12px;
}

.cm_download_link:hover, .alternative:hover, .secondary:hover {
  background: #848484;
}

.cm_download_link:active, .alternative:active, .secondary:active {
  background: #949494;
}

.footer {
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 38px;
}

footer, .footer-hint {
  position: absolute;
  bottom: 16px;
  left: 52px;
  font-size: 11px;
}

textarea, input, select {
  background: rgba(0,0,0,.15);
  border: none;
  color: #fff;
}

textarea:hover, input:hover, select:hover {
  background-color: rgba(0,0,0,.2);
  border: none;
  color: #fff;
}

textarea:focus, textarea:active,
input:focus, input:active,
select:focus, select:active {
  background-color: rgba(0,0,0,.4);
}

textarea:focus, textarea:active,
input:focus, input:active,
select:focus, select:active {
  outline: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
}

textarea:disabled, input:disabled, select:disabled {
  background-color: rgba(0,0,0,.2);
  border: none;
  color: #888;
  pointer-events: none;
  box-shadow: none;
}

select option {
  background: #fff;
  color: #000;
}

.input_large {
  display: block;
  height: 28px;
  font-size: 14px;
  width: 100%;
  margin: 8px 0;p
  padding: 4px;
  box-sizing: border-box;
}

.warning {
  color: #F1D817;
}