/* line 1, ../sass/general/_default.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Verdana";
  color: #000000;
}

/* line 9, ../sass/general/_default.scss */
body {
  font-size: 16px;
  background-color: #F6F8F9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, ../sass/general/_default.scss */
h1, h2, h3, h4 {
  font-family: "Verdana";
  margin: 0;
  font-weight: normal;
}

/* line 22, ../sass/general/_default.scss */
h1 {
  font-size: 2.94em;
  line-height: 1.0em;
}

/* line 27, ../sass/general/_default.scss */
h2 {
  font-size: 2em;
  line-height: 1.1em;
}

/* line 32, ../sass/general/_default.scss */
h3 {
  font-size: 1.52em;
  line-height: 1.1em;
}

/* line 37, ../sass/general/_default.scss */
h4 {
  font-family: "Verdana";
  font-size: 1.06em;
  line-height: 1.0em;
}

/* line 43, ../sass/general/_default.scss */
p {
  line-height: 1.5em;
}
/* line 46, ../sass/general/_default.scss */
p.first {
  margin-top: 0;
}
/* line 49, ../sass/general/_default.scss */
p.last {
  margin-bottom: 0;
}

/* line 54, ../sass/general/_default.scss */
input, textarea {
  font-family: "Verdana";
}

/* line 58, ../sass/general/_default.scss */
input[type=text], input[type=email], input[type=password], select, textarea {
  border: 1px solid #E9E9E9;
  font-size: inherit;
  padding: 2px 15px;
  appearance: none;
}

/* line 64, ../sass/general/_default.scss */
input[type=text], input[type=email], input[type=password], select {
  height: 48px;
}

/* line 68, ../sass/general/_default.scss */
select {
  outline: none;
}

/* line 72, ../sass/general/_default.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 78, ../sass/general/_default.scss */
img.alignright {
  display: block;
  margin-left: auto;
}

/* line 83, ../sass/general/_default.scss */
a {
  font-family: "Verdana";
}
/* line 86, ../sass/general/_default.scss */
a:focus {
  outline: none;
}
/* line 90, ../sass/general/_default.scss */
a:link, a:visited, a:hover, a:active {
  color: #386362;
  text-decoration: underline;
}

/* line 99, ../sass/general/_default.scss */
b {
  font-family: "Verdana";
  font-weight: normal;
}

/* Medium Screen/Large Tablets */
/* Tablets */
/* Mobile wide/Smaller Tablets */
@media only screen and (max-width: 768px) {
  /* line 116, ../sass/general/_default.scss */
  h1 {
    font-size: 2.35em;
  }

  /* line 120, ../sass/general/_default.scss */
  h2 {
    font-size: 1.6em;
  }
}
/* Small Screen Mobile */
@media only screen and (max-width: 480px) {
  /* line 127, ../sass/general/_default.scss */
  body {
    font-size: 16px;
  }

  /* line 131, ../sass/general/_default.scss */
  h1 {
    font-size: 1.9em;
  }

  /* line 135, ../sass/general/_default.scss */
  h2 {
    font-size: 1.28em;
  }
}
/* line 1, ../sass/general/_form.scss */
fieldset {
  border: none;
  padding: 0px;
  min-width: 0px;
}

/* line 7, ../sass/general/_form.scss */
textarea {
  resize: none;
}

/* line 11, ../sass/general/_form.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* Medium Screen/Large Tablets */
/* Tablets */
/* Mobile wide/Smaller Tablets */
/* Small Screen Mobile */
/* line 3, ../sass/login.scss */
div.main {
  width: 100%;
  min-height: 100%;
}
/* line 7, ../sass/login.scss */
div.main form,
div.main #password-sent {
  background-color: white;
  padding: 130px 50px 30px;
}
/* line 12, ../sass/login.scss */
div.main form:before,
div.main #password-sent:before {
  content: "";
  background-image: url("../images/HH_logo_groen.svg");
  position: absolute;
  width: calc(0.9 * calc(100% - 100px));
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
}
/* line 24, ../sass/login.scss */
div.main form div.field,
div.main #password-sent div.field {
  margin-bottom: 20px;
}
/* line 27, ../sass/login.scss */
div.main form div.field input[type=text], div.main form div.field input[type=email], div.main form div.field input[type=password],
div.main #password-sent div.field input[type=text],
div.main #password-sent div.field input[type=email],
div.main #password-sent div.field input[type=password] {
  width: 90%;
  margin-top: 10px;
}
/* line 33, ../sass/login.scss */
div.main form div.Actions,
div.main #password-sent div.Actions {
  margin-top: 10px;
}
/* line 36, ../sass/login.scss */
div.main form div.Actions input[type=submit],
div.main #password-sent div.Actions input[type=submit] {
  font-size: 1em;
  float: right;
}
/* line 41, ../sass/login.scss */
div.main form div.Actions #ForgotPassword,
div.main #password-sent div.Actions #ForgotPassword {
  margin: 0;
  min-height: 2.2em;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
/* line 50, ../sass/login.scss */
div.main form input[type="submit"],
div.main #password-sent input[type="submit"] {
  font-family: "Verdana";
  text-decoration: none;
  font-size: 1em;
  padding: 0.9em 1.5em 0.8em 1.5em;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  background-color: #386362;
  color: #FFFFFF;
  border: none;
}

@media only screen and (min-width: 651px) {
  /* line 69, ../sass/login.scss */
  div.main form,
  div.main #password-sent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
  }
  /* line 79, ../sass/login.scss */
  div.main form div.Actions:after,
  div.main #password-sent div.Actions:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  /* line 90, ../sass/login.scss */
  div.main {
    padding: 20px;
  }
  /* line 93, ../sass/login.scss */
  div.main form,
  div.main #password-sent {
    position: relative;
    width: 100%;
  }
  /* line 98, ../sass/login.scss */
  div.main form div.field,
  div.main #password-sent div.field {
    margin-bottom: 20px;
  }
  /* line 101, ../sass/login.scss */
  div.main form div.field input[type=text], div.main form div.field input[type=email], div.main form div.field input[type=password],
  div.main #password-sent div.field input[type=text],
  div.main #password-sent div.field input[type=email],
  div.main #password-sent div.field input[type=password] {
    width: 100%;
  }
  /* line 106, ../sass/login.scss */
  div.main form div.Actions,
  div.main #password-sent div.Actions {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 116, ../sass/login.scss */
  div.main form,
  div.main #password-sent {
    padding: 100px 20px 20px;
  }
  /* line 120, ../sass/login.scss */
  div.main form:before,
  div.main #password-sent:before {
    top: 20px;
  }
}
