/* #loginform{
    background-color: orange;
} */

html#custom-id-1669{
	overflow:hidden;
}
.login-password-protected {
  /* background: url('https://101spadina.com/beta/wp-content/uploads/2024/06/101spadina-background-image-for-password-protected-page.png'); Origional 
  background: url("https://101spadina.com/site/wp-content/uploads/2024/06/101spadina-background-image-for-password-protected-page-compressed.png");*/
  /* Compressed 
  background-repeat: no-repeat;
  background-position: center;*/

  /* background-size: ; */
}

.login-password-protected #login {
  z-index: 11;
  position: absolute;
}

.fpu-blur-overlay {
  /* background-color: #fff; */
  padding: 10px;
  background: url("https://101spadina.com/site/wp-content/uploads/2024/06/101spadina-background-image-for-password-protected-page-compressed.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 70%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid #707070;
  fill: white;
  z-index: 10;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-password-protected .fpu-heading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: black;
  font-weight: normal;
  font-style: italic;
  font-size: 40px;
  width: 100%;
  font-weight: 100;
}

.login-password-protected #loginform label {
  display: none;
}

.login-password-protected #loginform {
  background: transparent;
  border: none;
  box-shadow: initial;
}

.login-password-protected #loginform #wp-submit {
  display: none;
}

.login-password-protected #password_protected_pass {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 100%;
  height: 45px;
  max-width: 350px;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  margin: 0;
  border: none;  
  border-radius:0px !important;
  box-shadow: none !important;
}
.login-password-protected #password_protected_pass:focus {
	outline:none !important;
	box-shadow: none !important;
}

/* */

.fpu-spadina-password-protected-logo {
  background: url("https://101spadina.com/site/wp-content/uploads/2024/06/spadina-icon.svg ");
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 270px;
  z-index: 15;
  background-repeat: no-repeat;
  height: 200px;
  background-size: 100%;
}

#password_protected_pass::placeholder {
  color: black;
  font-weight: bold;
  text-align: center;
}

#login_error {
  text-align: center;
  margin: auto;
  width: 100vw;
  position: fixed;
  top: 0;
}
