/* bad-script-regular - latin */
@font-face {
  font-family: "Bad Script";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/bad-script/bad-script-v9-latin-regular.woff2") format("woff2"), url("../fonts/bad-script/bad-script-v9-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* khula-regular - latin */
@font-face {
  font-family: "Khula";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/khula/khula-v12-latin-regular.woff2") format("woff2"), url("../fonts/khula/khula-v12-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cantarell-regular - latin */
@font-face {
  font-family: "Cantarell";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/cantarell/cantarell-v17-latin-regular.woff2") format("woff2"), url("../fonts/cantarell/cantarell-v17-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cantarell-italic - latin */
@font-face {
  font-family: "Cantarell";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/cantarell/cantarell-v17-latin-italic.woff2") format("woff2"), url("../fonts/cantarell/cantarell-v17-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cantarell-700 - latin */
@font-face {
  font-family: "Cantarell";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/cantarell/cantarell-v17-latin-700.woff2") format("woff2"), url("../fonts/cantarell/cantarell-v17-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cantarell-700italic - latin */
@font-face {
  font-family: "Cantarell";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/cantarell/cantarell-v17-latin-700italic.woff2") format("woff2"), url("../fonts/cantarell/cantarell-v17-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "cattclay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cattclay/Cattclay.ttf");
}
/* Credits for all of this go to nexTab. Thanks man! */
/* Variables */
/* Button Variants */
body.login #login p#nav a {
  position: relative;
}
body.login #login p#nav a::after {
  border-bottom: 2px solid #2dc74a;
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  transition: all 300ms ease;
  width: 100%;
}
body.login #login p#nav a:hover::after {
  border: none;
}

html {
  height: auto !important;
}

body.login {
  background-image: url("../img/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column nowrap;
  height: auto !important;
  min-height: 100vh;
  justify-content: space-between;
}
body.login #login {
  max-width: 375px;
  width: 90%;
}
body.login #login > h1 a {
  background-image: url("../img/gakerlogo.png");
  height: 82.5px;
  margin-bottom: 60px;
  overflow: visible;
  padding-bottom: 10px;
  position: relative;
  width: 110px;
}
body.login #login form {
  background: rgba(36, 34, 34, 0.75);
  padding: 20px !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  padding: 0 0 30px;
  margin-top: 0px !important;
}
body.login #login form label {
  color: #fff;
  font-family: "Cantarell";
  font-size: 18px;
}
body.login #login form input[type=text], body.login #login form input[type=password] {
  background: transparent;
  border: 1px solid #2dc74a;
  border-radius: 0;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.5px;
}
body.login #login form input[type=text]:focus, body.login #login form input[type=password]:focus {
  box-shadow: 0 0 0 1px #34BE82 !important;
}
body.login #login form input[type=checkbox] {
  background: transparent;
  border-radius: 0;
  border: 1px solid #2dc74a;
  color: #fff;
  height: 18px;
  width: 18px;
}
body.login #login form input[type=checkbox]:focus {
  box-shadow: 0 0 0 1px #34BE82 !important;
}
body.login #login form p.forgetmenot {
  float: none;
  margin-top: 5px;
}
body.login #login form p.forgetmenot label {
  font-size: 18px;
  font-weight: 400;
  vertical-align: -1px;
}
body.login #login form p.submit {
  margin-top: 30px;
  text-align: center;
}
body.login #login form p.submit input[type=submit] {
  background: #2dc74a;
  border-radius: 7px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-family: "Cantarell";
  font-size: 18px;
  line-height: 1.8em;
  padding: 0.1em 0.7em !important;
}
body.login #login form p.submit input[type=submit]:focus {
  box-shadow: 0 0 0 1px #34BE82 !important;
}
body.login #login form .dashicons-visibility::before {
  color: #fff;
}
body.login #login p#nav {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
body.login #login p#nav a {
  color: #fff;
  font-family: "Cantarell";
  font-size: 18px;
  font-weight: 700;
}
body.login #login p#backtoblog, body.login #login div.privacy-policy-page-link {
  display: none;
}
body.login footer.py-login-footer {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  color: red;
  padding: 3px 0 3px 0;
}
body.login #login_error, body.login .message, body.login .success {
  background-color: transparent;
  border: 3px solid #2dc74a;
  box-shadow: none;
  color: #fff;
  font-family: "Cantarell";
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 15px 20px;
}
body.login div.clear {
  display: none;
}

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