/* 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 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/* line 62, ../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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 72, ../sass/general/_default.scss */
button,
html [type="button"],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

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

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

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

/* line 94, ../sass/general/_default.scss */
a {
  font-family: "Verdana";
}
/* line 97, ../sass/general/_default.scss */
a:focus {
  outline: none;
}
/* line 101, ../sass/general/_default.scss */
a:link, a:visited, a:hover, a:active {
  color: #4BC17A;
  text-decoration: underline;
}

/* line 110, ../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 127, ../sass/general/_default.scss */
  h1 {
    font-size: 2.35em;
  }

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

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

  /* line 146, ../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 #MemberLoginForm_LoginForm,
div.main #ChangePasswordForm_ChangePasswordForm,
div.main #LostPasswordForm_lostPasswordForm,
div.main #password-sent {
  background-color: white;
  padding: 50px 30px;
}

#login-logo {
  height: 80px;
  top: 30px;
  margin-bottom: 30px;
}

/* line 27, ../sass/login.scss */

div.main form div.field,
div.main #MemberLoginForm_LoginForm div.field,
div.main #ChangePasswordForm_ChangePasswordForm div.field,
div.main #LostPasswordForm_lostPasswordForm div.field,
div.main #password-sent div.field {
  margin-bottom: 20px;
}
/* line 30, ../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 #MemberLoginForm_LoginForm div.field input[type=text],
div.main #MemberLoginForm_LoginForm div.field input[type=email],
div.main #MemberLoginForm_LoginForm div.field input[type=password],
div.main #ChangePasswordForm_ChangePasswordForm div.field input[type=text],
div.main #ChangePasswordForm_ChangePasswordForm div.field input[type=email],
div.main #ChangePasswordForm_ChangePasswordForm div.field input[type=password],
div.main #LostPasswordForm_lostPasswordForm div.field input[type=text],
div.main #LostPasswordForm_lostPasswordForm div.field input[type=email],
div.main #LostPasswordForm_lostPasswordForm 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%;
  margin-top: 10px;
}
/* line 36, ../sass/login.scss */
div.main form div.Actions,
div.main #MemberLoginForm_LoginForm div.Actions,
div.main #ChangePasswordForm_ChangePasswordForm div.Actions,
div.main #LostPasswordForm_lostPasswordForm div.Actions,
div.main #password-sent div.Actions {
  margin-top: 10px;
}
/* line 39, ../sass/login.scss */
div.main form div.Actions input[type=submit],
div.main #MemberLoginForm_LoginForm div.Actions input[type=submit],
div.main #ChangePasswordForm_ChangePasswordForm div.Actions input[type=submit],
div.main #LostPasswordForm_lostPasswordForm div.Actions input[type=submit],
div.main #password-sent div.Actions input[type=submit] {
  font-size: 1em;
  float: right;
}
/* line 44, ../sass/login.scss */
div.main form div.Actions #ForgotPassword,
div.main #MemberLoginForm_LoginForm div.Actions #ForgotPassword,
div.main #ChangePasswordForm_ChangePasswordForm div.Actions #ForgotPassword,
div.main #LostPasswordForm_lostPasswordForm div.Actions #ForgotPassword,
div.main #password-sent div.Actions #ForgotPassword {
  margin: 0;
  min-height: 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}
/* line 53, ../sass/login.scss */
div.main form input[type="submit"],
div.main #MemberLoginForm_LoginForm input[type="submit"],
div.main #ChangePasswordForm_ChangePasswordForm input[type="submit"],
div.main #LostPasswordForm_lostPasswordForm 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: #4BC17A;
  color: #FFFFFF;
  border: none;
}
/* line 67, ../sass/login.scss */
div.main form #MemberLoginForm_LoginForm_error,
div.main form #ChangePasswordForm_ChangePasswordForm_error,
div.main #MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_error,
div.main #MemberLoginForm_LoginForm #ChangePasswordForm_ChangePasswordForm_error,
div.main #ChangePasswordForm_ChangePasswordForm #MemberLoginForm_LoginForm_error,
div.main #ChangePasswordForm_ChangePasswordForm #ChangePasswordForm_ChangePasswordForm_error,
div.main #LostPasswordForm_lostPasswordForm #MemberLoginForm_LoginForm_error,
div.main #LostPasswordForm_lostPasswordForm #ChangePasswordForm_ChangePasswordForm_error,
div.main #password-sent #MemberLoginForm_LoginForm_error,
div.main #password-sent #ChangePasswordForm_ChangePasswordForm_error {
  color: red;
}

@media only screen and (min-width: 651px) {
  /* line 77, ../sass/login.scss */
  div.main form,
  div.main #password-sent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 550px;
  }
  /* line 87, ../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 98, ../sass/login.scss */
  div.main {
    background-color: white;
    display: block;
  }
  /* line 102, ../sass/login.scss */
  div.main form,
  div.main #password-sent {
    position: relative;
    width: 100%;
  }
  /* line 107, ../sass/login.scss */
  div.main form div.field,
  div.main #password-sent div.field {
    margin-bottom: 20px;
  }
  /* line 110, ../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 115, ../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 126, ../sass/login.scss */
  div.main form,
  div.main #MemberLoginForm_LoginForm,
  div.main #ChangePasswordForm_ChangePasswordForm,
  div.main #LostPasswordForm_lostPasswordForm,
  div.main #password-sent {
    background-color: white;
    padding: 20px 30px;
  }
  /* line 134, ../sass/login.scss */
  div.main form label,
  div.main #MemberLoginForm_LoginForm label,
  div.main #ChangePasswordForm_ChangePasswordForm label,
  div.main #LostPasswordForm_lostPasswordForm label,
  div.main #password-sent label {
    font-size: 14px;
  }
  /* line 138, ../sass/login.scss */
  div.main form input[type="submit"],
  div.main #MemberLoginForm_LoginForm input[type="submit"],
  div.main #ChangePasswordForm_ChangePasswordForm input[type="submit"],
  div.main #LostPasswordForm_lostPasswordForm input[type="submit"],
  div.main #password-sent input[type="submit"] {
    width: 100%;
    font-size: 14px;
  }
  /* line 142, ../sass/login.scss */
  div.main form #MemberLoginForm_LoginForm_error,
  div.main form #ChangePasswordForm_ChangePasswordForm_error,
  div.main #MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_error,
  div.main #MemberLoginForm_LoginForm #ChangePasswordForm_ChangePasswordForm_error,
  div.main #ChangePasswordForm_ChangePasswordForm #MemberLoginForm_LoginForm_error,
  div.main #ChangePasswordForm_ChangePasswordForm #ChangePasswordForm_ChangePasswordForm_error,
  div.main #LostPasswordForm_lostPasswordForm #MemberLoginForm_LoginForm_error,
  div.main #LostPasswordForm_lostPasswordForm #ChangePasswordForm_ChangePasswordForm_error,
  div.main #password-sent #MemberLoginForm_LoginForm_error,
  div.main #password-sent #ChangePasswordForm_ChangePasswordForm_error {
    font-size: 14px;
  }
}
