/* Forms
------------------------------------------------------------------------------------ */
form {
  margin: 0 0 40px 0;
  padding: 0;
}
form fieldset {
  margin: 0;
  border: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  form fieldset {
    width: 96%;
  }
}
form fieldset div.row {
  margin-bottom: 0;
}
form fieldset legend {
  font-weight: bold;
  font-size: 1em;
}
form fieldset input[type=text],
form fieldset input[type=password] {
  color: #000000;
  background: #ffffff;
  padding: 8px 2% 7px 2%;
  width: 100%;
  max-width: 300px;
  font-weight: 400;
  margin-bottom: 10px;
  vertical-align: top;
}
form fieldset .btn {
  border: 1px solid #000000;
  background: #fff;
  padding: 4px 20px;
  text-transform: uppercase;
  margin-left: 0;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

h1{
  margin-top: 40px;
}

div.text-error {
  color: #e24741;
  display: block;
  margin-bottom: 8px;
}

div.success,
div.error,
div.notice {
  margin: 10px 0;
  margin-bottom: 8px;
  padding: 15px;
}

div.success {
  background: #ebf7ec;
}

div.error {
  color: #e24741;
}
