.login.wp-core-ui .button-primary {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.login.wp-core-ui .button-primary:hover {
  background: transparent;
  color: #000000;
  border-color: #000000;
}

body.login .forgetmenot input[type=checkbox]:checked::before {
  filter: grayscale(1);
}

.login .language-switcher input.button {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.login .language-switcher input.button:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.login.wp-core-ui select:hover {
  color: #000000;
  background: #f6f6f6;
}

.login.wp-core-ui select:focus {
  border-color: #000000;
  color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

.login .button,
.login.wp-core-ui .button-secondary {
  color: #000000;
}

/* remove border radius buttons */
.login .wp-core-ui .button,
.login .wp-core-ui .button.button-large {
  border-radius: 0;
}

.login label input,
.login form .input,
.login input[type=password],
.login input[type=text] {
  border-radius: 0;
}

.login form {
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 10px rgba(161, 161, 161, 0.35);
}

.login input#rememberme {
  border-radius: 0;
}

body.login {
  background: #ffffff;
  color: #000000;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover,
.login.wp-core-ui a:hover {
  border-bottom: 1px solid;
  color: #000000;
}

.login.wp-core-ui a,
.login #backtoblog a,
.login #nav a,
.login h1 a {
  color: #000000;
}

body.login a {
  text-decoration: none;
}

.privacy-policy-page-link > a:hover {
  opacity: 60%;
}

.privacy-policy-page-link > a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.login.wp-core-ui h1 a:hover {
  border-bottom: none;
}

body.login .info-message-login {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

body.login .button.wp-hide-pw:focus {
  background: 0 0;
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
  outline: 2px solid transparent;
}

body.login input[type=password]:focus,
body.login input[type=text]:focus,
body.login input[type=checkbox]:focus {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
  outline: 2px solid transparent;
}

.login a:focus,
.login a:hover {
  color: #000000;
  box-shadow: none;
  opacity: 80%;
}

.login-back-home-link .back-icon {
  background: #000000;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-back-home-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login #backtoblog .login-back-home-link:hover {
  border: none;
  opacity: 75%;
}

.digitalyties-login #login {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 450px;
  padding: 2% 0 0 0;
}

.digitalyties-login #loginform {
  border: none;
  box-shadow: unset;
  padding: unset;
}

p#nav {
  display: inline-block;
  text-align: left;
}

.login #nav {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  width: 100%;
}

.login #backtoblog {
  margin-top: 2.938rem;
}

a.wp-login-lost-password {
  border-bottom: 1px solid;
}

.wp-core-ui .button,
.wp-core-ui .button.button-large,
.wp-core-ui .button.button-small,
a.preview,
input#publish,
input#save-post {
  border-radius: 0;
}

div#custom-login-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15%;
}

div#custom-login-message h2 {
  font-size: clamp(40px, 2.33333vw, 80px);
}

.digitalyties-login .digitalyties-login-header {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  align-items: center;
  margin: auto;
  width: 100%;
  position: absolute;
  padding: 1.5%;
  left: 0;
  right: 0;
}

.digitalyties-login .author-website-button.button {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1.5px solid rgba(0, 0, 0, 0);
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: unset;
  margin: 0;
  min-height: auto;
  border-width: 1.5px !important;
}

.digitalyties-login .author-website-button.button:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.digitalyties-login .login-logo-wrapper a {
  display: block;
  height: 100%;
}

.digitalyties-login .login-logo-wrapper a:hover {
  border: none;
  opacity: 45%;
  transition: all 300ms;
}

@media (max-width: 450px) {
  .digitalyties-login .digitalyties-login-header .author-button-wrapper {
    display: none;
  }
  .digitalyties-login .digitalyties-login-header {
    justify-content: center;
  }
  .digitalyties-login #custom-login-message {
    margin-top: 5%;
  }
  .digitalyties-login #loginform {
    padding: 1.25rem;
  }
  .digitalyties-login #login {
    padding: 0;
  }
  .digitalyties-login #login #nav {
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  .digitalyties-login .digitalyties-login-header {
    padding-top: 4.5%;
  }
}
body.digitalyties-login {
  height: auto;
  width: 100%;
}

.digitalyties-login .login-logo-wrapper a {
  cursor: pointer;
}

.digitalyties-login .login-logo-wrapper a:hover {
  border-bottom: none !important;
}
