body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}

body a {
  text-decoration: none;
  color: #007793;
}

.contact a {
  background: none !important;
  color: #007793 !important;
  padding: 0 !important;
}

.disabled {
  background: #444 !important;
  color: #999 !important;
  pointer-events: none;
}

input[type=button] {
  background: -webkit-gradient(linear, left top, right top, from(#1EC8B4), to(#00AAD2));
  background: linear-gradient(to right, #1EC8B4 0%, #00AAD2 100%);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  margin: 5px 0px;
  cursor: pointer;
  font-size: 16px;
}

.logo {
  padding-top: 12px;
  height: 25px;
}

.logo img {
  height: 100%;
  width: auto;
  margin-left: 10px;
  margin-top: -5px;
}

.logo span {
  position: absolute;
  right: 16px;
  top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
  font-size: 20px;
}

.keyvisual {
  width: 100%;
  height: 200px;
  background: url("../img/KV-Download-Desktop.jpg") no-repeat right top;
  background-size: auto;
  background-size: cover;
  position: relative;
}

.content {
  padding: 30px 0px;
  background-color: rgba(255, 255, 255, 0);
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #eae9e9;
  border-style: solid;
}

.content .box {
  width: calc(100% - 60px);
  max-width: 460px;
  margin: 5px auto 0px auto;
  background: #222;
  text-align: center;
  color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content .box a {
  background: -webkit-gradient(linear, left top, right top, from(#1EC8B4), to(#00AAD2));
  background: linear-gradient(to right, #1EC8B4 0%, #00AAD2 100%);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  margin: 5px 0px;
  display: inline-block;
  cursor: pointer;
}

.content .white {
  background: #fff;
  color: #222;
}

.content .black {
  background: #000;
}

.content .textcontent {
  padding: 50px 30px 10px 30px;
  max-width: 640px;
  margin: 0 auto;
}

.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00739a), to(#094762));
  background-image: linear-gradient(180deg, #00739a 0%, #094762 100%);
}

.grey {
  background: #ccc;
  color: #222;
  padding-bottom: 50px;
  text-align: center;
}

.grey .box {
  background: #dddddd;
  color: #222;
}

.pass p {
  margin-bottom: 5px;
}

.footer {
  bottom: 0px;
  height: 20px;
  width: 100%;
  left: 0;
  background: #444;
  color: #aaa;
  font-family: "Neue Haas Unica W01 Light";
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.footer p {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */