@charset "utf-8";

/**
 * WordPress admin login page
 * @link https://codepen.io/emreberber/pen/oeREoZ Based on Codepen source
 */

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");

/*
 * Login form styles
 * 
 * Inspired from https://codepen.io/davewoodhall/pen/VwGdvZe?editors=1100
 */
.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fad {
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.transitions {
  -webkit-transition: all .2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html,
body {
  height: auto;
}
body.login {
  font-family: 'Raleway', "sans-serif";
  background: -webkit-linear-gradient(left, rgba(127, 189, 1, 0.65), #7fbd01);
  background: linear-gradient(90deg, rgba(127, 189, 1, 0.65), #7fbd01);
}
body.login ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7fbd01;
}
body.login ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7fbd01;
}
body.login :-ms-input-placeholder {
  /* IE 10+ */
  color: #7fbd01;
}
body.login :-moz-placeholder {
  /* Firefox 18- */
  color: #7fbd01;
}
body.login label {
  display: none;
}
body.login #login {
  margin-top: 25px;
  position: relative;
  padding: 0;
  width: clamp(360px, 80%, 460px);
}
body.login #login h1 {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 20;
  height: 120px;
  width: 100px;
}
body.login #login h1 a {
  margin: 0;
}
@media (min-width: 500px) {
  body.login #login h1 {
    width: 130px;
  }
}
@media (min-width: 600px) {
  body.login #login h1 {
    width: 200px;
  }
}
body.login .powered-by {
  display: block;
  margin: 25px auto 15px;
  width: clamp(360px, 80%, 460px);
  text-align: center;
  color: #568001;
  font-weight: bold;
  text-decoration: none;
}
body.login #lostpasswordform,
body.login #loginform {
  z-index: 1;
  position: relative;
  height: 100%;
  box-shadow: none;
}
body.login #lostpasswordform .user-login-wrap,
body.login #loginform .user-login-wrap,
body.login #lostpasswordform .user-pass-wrap,
body.login #loginform .user-pass-wrap {
  padding-right: 80px;
  position: relative;
}
body.login #lostpasswordform .user-login-wrap input,
body.login #loginform .user-login-wrap input,
body.login #lostpasswordform .user-pass-wrap input,
body.login #loginform .user-pass-wrap input {
  color: #7fbd01;
  padding-left: 20px;
  border: none;
  border-bottom: 2px solid #D2D2D4;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  font-family: inherit;
}
body.login #lostpasswordform .user-login-wrap input:active,
body.login #loginform .user-login-wrap input:active,
body.login #lostpasswordform .user-pass-wrap input:active,
body.login #loginform .user-pass-wrap input:active,
body.login #lostpasswordform .user-login-wrap input:focus,
body.login #loginform .user-login-wrap input:focus,
body.login #lostpasswordform .user-pass-wrap input:focus,
body.login #loginform .user-pass-wrap input:focus,
body.login #lostpasswordform .user-login-wrap input:hover,
body.login #loginform .user-login-wrap input:hover,
body.login #lostpasswordform .user-pass-wrap input:hover,
body.login #loginform .user-pass-wrap input:hover {
  outline: none;
  box-shadow: none;
  border-bottom-color: #7fbd01;
}
body.login #lostpasswordform .user-login-wrap:before,
body.login #loginform .user-login-wrap:before,
body.login #lostpasswordform .user-pass-wrap:before,
body.login #loginform .user-pass-wrap:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  color: #7fbd01;
  height: 40px;
  width: 15px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
body.login #lostpasswordform .user-login-wrap:before,
body.login #loginform .user-login-wrap:before {
  content: "\f007";
}
body.login #lostpasswordform .user-pass-wrap:before,
body.login #loginform .user-pass-wrap:before {
  content: "\f023";
}
body.login .button.wp-hide-pw:focus,
body.login .wp-core-ui .button,
body.login .wp-core-ui .button.wp-hide-pw,
body.login .wp-core-ui .button-secondary,
body.login .dashicons-visibility {
  color: #6ea401;
}
body.login .button.wp-hide-pw:focus:focus,
body.login .wp-core-ui .button:focus,
body.login .wp-core-ui .button.wp-hide-pw:focus,
body.login .wp-core-ui .button-secondary:focus,
body.login .dashicons-visibility:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
body.login .forgetmenot {
  float: none;
  margin-top: 20px;
}
body.login .forgetmenot label {
  display: initial;
  font-weight: bold;
  color: #7fbd01;
}
body.login .forgetmenot input[type="checkbox"] {
  border: 2px solid #7fbd01;
  border-radius: 0;
  position: relative;
}
body.login .forgetmenot input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 1px;
  bottom: 1px;
  left: 5px;
  height: auto;
  width: auto;
  background-color: #7fbd01;
}
body.login p.submit {
  margin-top: 50px;
}
body.login p.submit > * {
  float: none;
}
body.login #wp-submit {
  font-size: 14px;
  margin-top: 20px;
  border-radius: 50px;
  border: 1px solid #D4D3E8;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  color: #7fbd01;
  box-shadow: 0px 2px 2px #7fbd01;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  background: #fff;
  padding: 15px 20px;
}
body.login #wp-submit:active,
body.login #wp-submit:focus,
body.login #wp-submit:hover {
  border-color: #7fbd01;
  outline: none;
}
body.login form {
  background: transparent;
  border: none;
  z-index: 40;
}
body.login #nav {
  color: #568001;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 25px;
}
body.login #nav a {
  color: inherit;
}
body.login #nav a:active,
body.login #nav a:focus,
body.login #nav a:hover {
  color: inherit;
  text-decoration: underline;
}
body.login #backtoblog,
body.login .language-switcher,
body.login #privacy-policy,
body.login .privacy-policy-page-link {
  display: none;
}
body.login .sp-login-wrapper {
  background: -webkit-linear-gradient(left, #7fbd01, #8dd101);
  background: linear-gradient(90deg, #7fbd01, #8dd101);
  position: relative;
  padding: 180px 0 140px;
  box-shadow: 0px 0px 24px #3b5800;
  overflow: hidden;
  border-radius: 15px;
}
body.login .sp-login-wrapper:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 520px;
  width: 520px;
  background: #FFF;
  top: -50px;
  right: 120px;
  border-radius: 72px;
}
body.login .sp-login-wrapper:before {
  height: 520px;
  width: 520px;
  background: #FFF;
  top: 0;
  right: 120px;
  z-index: 1;
  border-radius: 72px;
}
body.login .sp-login-wrapper:after {
  height: 220px;
  width: 220px;
  background: #6ea401;
  top: -122px;
  right: 0;
  border-radius: 32px;
}
body.login .sp-login-container:before {
  height: 540px;
  width: 190px;
  background: -webkit-linear-gradient(right, #649401, #6ea401);
  background: linear-gradient(270deg, #649401, #6ea401);
  top: 26px;
  right: 0;
  border-radius: 32px;
}
body.login .sp-login-container:after {
  height: 400px;
  width: 200px;
  background: #9ae601;
  top: calc(-60%);
  right: 60px;
  border-radius: 60px;
}
body.login .sp-login-wrapper:before,
body.login .sp-login-container:before,
body.login .sp-login-form:before,
body.login .sp-login-wrapper:after,
body.login .sp-login-container:after,
body.login .sp-login-form:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.login.login-action-lostpassword #lostpasswordform {
  margin-top: 100px;
}
body.login.login-action-lostpassword .message {
  background: #f2ffd8;
  border-radius: 4px;
  border: 4px solid #4c7101;
  position: absolute;
  top: 140px;
  left: 20px;
  right: 100px;
  z-index: 4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.widefat td,
.widefat th {
  font-size: inherit;
}
