@charset "UTF-8";

body {
  color: #000;
  font: normal 16px / 1.625 'Open Sans', 'Helvetica Neue Light',
  'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.login {
  display: flex;
  justify-content: center;
  background-color: #F0F0F0;
}

.login #login_error, .login .message, .login .success {
  font-size: 14px;
}

.login .message {
  border-left-color: #000;
  color: #000;
  font-weight: 600;
}

.login #login_error {
  color: #c62406;
  font-weight: 600;
}

.login form {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  width: 100%;
}

.login #login {
  padding: 0;
  width: 370px;
}

.login.login-action-confirm_admin_email #login {
  margin-top: auto;
  width: 800px;
}

.login #login h1 a {
  background-image: url('../images/logiklogo.svg');
  height: 74px;
  width: 153px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.login #login h1 a:focus {
  box-shadow: none;
  outline: 0;
}

.login #login #loginform,
#lostpasswordform {
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.login #login #loginform input {
  font-family: inherit;
  outline: none;
  box-shadow: none;
}

.login #login #loginform input:not(#wp-submit):focus,
input[type='text']:focus {
  outline: none;
  box-shadow: none;
}

#loginform input[type='text'],
#loginform input[type='password'],
#lostpasswordform input[type='text'],
#lostpasswordform input[type='password'] {
  padding: 5px 0;
  width: 100%;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.login #login input#wp-submit {
  position: relative;
  padding: 0;
  display: block;
  height: auto;
  min-height: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  border: none;
  border-radius: 0;
  text-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: none !important;
  outline: none !important;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.login #login input#wp-submit:hover,
.login #login input#wp-submit:focus {
  background-size: 100% 2px;
}

.login .button.wp-hide-pw {
  border: 0 !important;
  box-shadow: none !important;
  color: #000;
  outline: none !important;
  transition: opacity 0.35s ease-in-out;
}

.login .button.wp-hide-pw:hover {
  opacity: 0.5;
}

.login #login p#nav {
  /*float: right;*/
  /*margin: 0;*/
  margin-bottom: 25px;
  text-align: center;
}

.login #login p#backtoblog {
  margin-top: 0;
  margin-bottom: 0;
}

.login #login p#nav a,
.login #login p#backtoblog a,
a.privacy-policy-link {
  background-color: transparent;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition: 0.3s ease-in;
  color: #000;
}

a.privacy-policy-link {
  font-size: 13px;
}

.login #login p#nav a:hover,
.login #login p#nav a:focus,
.login #login p#backtoblog a:hover,
.login #login p#backtoblog a:focus,
a.privacy-policy-link:hover {
  background-size: 100% 1px;
  box-shadow: none;
  outline: 0;
}

.forgetmenot input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.forgetmenot label {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.forgetmenot label:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  transform: translateY(-50%);
  content: '';
}

.forgetmenot label:after {
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
  transform: translateY(-50%);
  opacity: 0;
  content: '';
}

.forgetmenot input:checked + label:after {
  opacity: 1;
}

.login .privacy-policy-page-link {
  margin-top: 3em;
}


/* ========= */

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #F0F0F0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px #F0F0F0 inset !important;
  transition: background-color 0.3s ease-in-out 0s;
}


/* Email confirm */
.login form.admin-email-confirm-form {
  text-align: center;
}

.login h1.admin-email__heading,
.login p.admin-email__details {
  color: #000;
  text-align: center;
}

.login p.admin-email__details a,
.login .admin-email__actions-secondary a {
  color: #000;
  transition: all 0.3s ease;
}

.login p.admin-email__details a:hover,
.login .admin-email__actions-secondary a:hover {
  opacity: 0.75;
}

#backtoblog,
.privacy-policy-page-link {
  text-align: center;
}

.login label {
  color: #000;
}