@font-face {
  font-family: 'Space Mono';
  src: url('functions/plugins/password-protection/SpaceMono-Bold.woff2') format('woff2'), url('functions/plugins/password-protection/SpaceMono-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Space Mono';
  src: url('functions/plugins/password-protection/SpaceMono-Regular.woff2') format('woff2'), url('functions/plugins/password-protection/SpaceMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ppwp-sitewide-protection {
  font-family: 'Space Mono', monospace;
  background: linear-gradient(34.28deg, #D1F0FF 29.87%, #CFCBFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
img {
  display: none;
}
.pda-form-login {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 320px;
  top: -40px;
}
.pda-form-login h1 {
  display: none !important;
}
.pda-form-login img {
  display: none;
}
.pda-form-login p {
  margin-top: 0;
  margin-bottom: 2em !important;
  color: #000;
  font-weight: 800;
  font-size: 16px;
}
.pda-form-login label,
.pda-form-login .ppw-entire-site-password-error {
  font-size: 11px;
}
.pda-form-login label {
  font-weight: 400;
}
.pda-form-login .ppw-entire-site-password-error {
  color: red;
}
.pda-form-login .input_wp_protect_password {
  border-radius: 3px;
  font-family: 'Space Mono', monospace;
  padding: 0 12px;
  font-size: 18px;
  line-height: 42px;
  transition: 0.3s;
}
.pda-form-login .input_wp_protect_password:focus,
.pda-form-login .input_wp_protect_password:focus-visible {
  border: 1px solid #000;
  outline: none;
}
.pda-form-login form {
  box-shadow: none;
  border-radius: 4px;
  padding: 32px;
}
.pda-form-login .button {
  border-radius: 3px;
  margin-top: 6px;
  font-family: 'Space Mono', monospace;
  line-height: 44px;
  background-color: #9C93FF;
  padding: 0 24px;
  border: 0;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
  box-sizing: border-box;
}
.pda-form-login .button:hover {
  background-color: #6DC9F9;
}
