.console {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
  background-color: rgba(192,192,192,0.6);
  padding: 10px;
  line-height: 1em;
  font-family: sans-serif;
  color: #32CD32;
  font-size: 14px;
  letter-spacing: 1px;
}
.console .console-log {
  height: 300px;
  overflow-y: scroll;
  display: table-cell;
  vertical-align: bottom;
}
.console .console-log .log-item {
  line-height: 17px;
}
.console .console-log .log-item .console-help-table {
  border-collapse: collapse;
  margin: 5px 0;
}
.console .console-log .log-item .console-help-table th,
.console .console-log .log-item .console-help-table td {
  border: 1px solid #32CD32;
  text-align: left;
  padding: 0 5px;
  font-family: sans-serif;
  line-height: 1.2em;
  color: #32CD32;
  font-size: 14px;
}
.console .console-log .log-item .console-help-table th {
  padding-right: 15px;
}
.console .console-input-wrap {
  position: relative;
  margin-top: 5px;
}
.console .console-input-wrap:after {
  position: absolute;
  content: ">";
  top: 0;
  left: 0;
  font-size: 18px;
}
.console .console-input-wrap .console-input {
  padding-left: 15px;
  border: none;
  outline: none;
  width: 100%;
  background: none;
  color: #32CD32;
  font-size: 14px;
  letter-spacing: 1px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
a {
  color: white;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
}
body {
  overflow-x: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 34px;
  line-height: 34px;
}
h2 {
  font-size: 20px;
  line-height: 20px;
}
input {
  font-size: 12px;
  line-height: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="submit"] {
  height: 30px;
  width: 150px;
  text-align: center;
  display: block;
}
.copyright  {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.hidden {
  opacity: 0;
  display: none;
  visibility: hidden;
}
body {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-color: #f9faf8;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .9px;
}
body .wrapper {
  width: 100%;
  height: 100%;
  min-height: 865px;
}
.container {
  width: 450px;
  height: auto;
  top: 50px;
  position: relative;
  margin: 0 auto;
  border: none;
  padding: 15px;
  background-color: transparent;
  background-color: white;
  padding: 50px 55px 84px;
}
.container:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 110px);
  background-color: black;
  position: absolute;
  bottom: 42px;
}
@media screen and (max-width: 599px) {
  .container:after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding: 25px 25px 84px;
  }
}
.container.success a {
  float: left;
  height: auto;
  width: auto;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .container {
    width: 90%;
  }
}
.input {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(97,97,96,0.25);
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.input .icon {
  font-size: 16px;
  line-height: 16px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  color: rgba(97,97,96,0.25);
}
.input input {
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  display: block;
  border: none;
  padding: 5px 5px 10px 30px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.input input::-webkit-input-placeholder {
  color: rgba(97,97,96,0.25);
}
.input input::-moz-placeholder {
  color: rgba(97,97,96,0.25);
}
.input input:-ms-input-placeholder {
  color: rgba(97,97,96,0.25);
}
.input input:-moz-placeholder {
  color: rgba(97,97,96,0.25);
}
.input:nth-of-type(2) {
  margin-bottom: 10px;
}
.input.active {
  border-bottom-color: rgba(0,102,51,0.8);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
input[type="submit"],
.continue,
.button-solid {
  height: auto;
  max-width: 220px;
  border-radius: 1px;
  background-color: transparent;
  border: none;
  color: rgba(255,255,255,0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 75px auto 0;
  width: 190px;
  padding: 9px 13px 7px;
  color: rgba(0,102,51,0.8);
  border: 2px solid rgba(0,102,51,0.8);
  border-top: transparent;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
input[type="submit"]:hover,
.continue:hover,
.button-solid:hover {
  background-color: rgba(0,102,51,0.8);
  color: rgba(255,255,255,0.95);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
a {
  color: black;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
}
a:hover {
  opacity: .9;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.copy {
  position: relative;
  right: 10px;
  bottom: 10px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .copy {
    position: relative;
    bottom: initial;
  }
}
h1 {
  text-align: center;
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }
}
h1 {
  color: black;
  margin-bottom: 25px;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: 1px;
}
.response {
  margin-bottom: 20px;
  line-height: 18px;
}
.icon {
  float: left;
  margin-right: 10px;
  font-size: 43px;
}
.icon.success {
  color: rgba(0,102,51,0.8);
}
.back {
  display: inline-block;
  right: 10px;
  top: 10px;
}
img.logo {
  width: 145px;
  margin: 0 auto;
}
footer {
  height: 50px;
  background-color: rgba(0,0,0,0.7);
  min-height: 103px;
  padding: 61px 65px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  position: absolute;
  width: 100%;
}
footer .footer-logo {
  position: absolute;
  width: 84px;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  top: 0;
}
footer a {
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  bottom: 10px;
}
footer a img {
  width: 25px;
  margin-right: 28px;
  float: left;
}
footer .copy {
  right: initial;
  padding-right: 60px;
}
@media screen and (max-width: 625px) {
  footer .copy {
    padding-right: 0;
  }
}
footer:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-height: 865px) {
  footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 625px) {
  footer {
    justify-content: center;
    flex-wrap: wrap;
    min-height: 170px;
  }
  footer a {
    margin: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  footer a img {
    margin-bottom: -10px;
    float: none;
    display: inline;
  }
}
.reset h2 {
  margin-bottom: 25px;
}
.reset .info {
  margin-top: 50px;
  line-height: 1.3em;
}
.scroll-to-top {
  position: fixed;
  right: 65px;
  transform: translateX(50%);
  bottom: 20px;
  z-index: 10;
  cursor: pointer;
  width: 50px;
}
@media screen and (max-width: 625px) {
  .scroll-to-top {
    right: 40px;
  }
}
