/*
  ========================================
  Register
  ========================================
*/
.why-attend {
  list-style: square;
  margin: 0 0 22px 30px;
}
form {
  margin-bottom: 22px;
}
input,
select,
textarea {
  font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.register-group label {
  color: #648880;
  cursor: pointer;
  font-weight: 400;
}
.register-group input,
.register-group select,
.register-group textarea {
  border: 1px solid #c6c9cc;
  border-radius: 5px;
  color: #888;
  display: block;
  margin: 5px 0 27px 0;
  padding: 5px 8px;
}
.register-group input,
.register-group textarea {
  width: 100%;
}
.register-group select {
  height: 34px;
  width: 60px;
}
.register-group textarea {
  height: 78px;
}

@media screen and (max-width: 420px) {
  section.row, section.row-alt{
    min-width: none;
  }
  /* Register page */
  section.row {
    height: 85vh;
  }
  section.row > .grid {
    height: 45vh;
  }
  
  section.row-alt {
    height: 25vh;
  }
  .row-alt > .lead.container > h1{
    font-size: 7em;
  }
  
}