@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400);.Utility__list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Utility__list-inline li {
  display: inline-block;
}

.Utility__list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Utility--round {
  border-radius: 50%;
}

.Utility--no-padding {
  padding: 0;
}

.utility-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.utility-height-100 {
  min-height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 400%;
  font-weight: 100;
}

a {
  text-decoration: none;
  color: #ccc;
}

a:hover {
  color: #8bd400;
}

section:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section.support {
  font-size: 80%;
}

section.support li {
  padding: 2px 0;
}

.btn {
  color: white;
  border: none;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 110%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.btn-primary {
  background-color: #8bd400;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
  padding-top: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  border-width: 0 0 2px;
  border-color: #ccc;
  border-bottom-style: solid;
  width: 100%;
  outline: none;
  padding: 5px 3px;
  font-size: 110%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #8bd400;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

label {
  font-size: 80%;
  color: #ccc;
  position: absolute;
  top: 0px;
  left: 0px;
}

label.has-error {
  color: #d00;
}

input[type="text"]:focus + label,
input[type="password"]:focus + label {
  color: #8bd400;
}

.help-block {
  display: inherit;
  font-size: 70%;
  padding-top: 5px;
  color: #d00;
  height: 20px;
}

.register {
  text-align: center;
}

