@charset "UTF-8";
body {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #000;
  font-family: axia, sans-serif;
}

p {
  margin-bottom: 15px;
  font-family: axia, sans-serif;
}
p b, p strong {
  font-family: axia, sans-serif;
  font-weight: 700;
  font-style: normal;
}
p i, p em {
  font-family: axia, sans-serif;
  font-style: italic;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all ease-in-out 125ms;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a.more {
  color: #318dde;
}
a.more:before {
  content: "» ";
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: hwt-artz, sans-serif;
}
h1.arrow-left,
h2.arrow-left,
h3.arrow-left,
h4.arrow-left,
h5.arrow-left {
  margin-bottom: 0;
}
h1.arrow-left:before,
h2.arrow-left:before,
h3.arrow-left:before,
h4.arrow-left:before,
h5.arrow-left:before {
  vertical-align: middle;
  horiz-align: left;
  font-family: "dashicons", sans-serif;
  content: "";
  font-size: 60px;
  position: relative;
  left: -20px;
  margin-right: -20px;
  line-height: 1;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background {
  padding: 20px;
}

h1 {
  font-size: 50px;
  color: #318dde;
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #318dde;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  color: #83c333;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

body.login {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
body.login h1 {
  text-align: left;
  margin: 0 0;
  width: auto;
}
body.login h1 a {
  margin: 0;
  text-align: left;
}
body.login #login {
  background-color: #fff;
  border-radius: 40px;
  border: none;
  width: 450px;
  padding: 50px;
  margin: 0;
  font-size: 18px;
  color: #000;
  position: relative;
}
body.login #login #loginform,
body.login #login #lostpasswordform {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
body.login #login #loginform label,
body.login #login #lostpasswordform label {
  font-family: hwt-artz, sans-serif;
  color: #262626;
  font-size: 20px;
  font-weight: 600;
}
body.login #login #loginform .button-primary,
body.login #login #lostpasswordform .button-primary {
  cursor: pointer;
  border: 3px solid #3171aa;
  background-color: #3171aa;
  padding: 12px 16px;
  border-radius: 0;
  color: #fff;
  text-align: left;
  line-height: 1;
  min-height: 0;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  display: inline-block;
}
body.login #login #loginform .button-primary:hover,
body.login #login #lostpasswordform .button-primary:hover {
  background-color: transparent;
  color: #3171aa;
  text-decoration: none;
}
body.login #login #nav {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
body.login #login #nav a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
body.login #login #nav a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=login.css.map*/