body{background-color:#1a1a1a;background-image:url(/background.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:fixed;color:white;margin:0;font-family:sans-serif}.PasswordProtect_container__rXXHr{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f0f2f5;padding:20px}.PasswordProtect_formWrapper__VDMWY{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);width:100%;max-width:400px;text-align:center}.PasswordProtect_title__M_S1A{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.PasswordProtect_form__1_Nlc{display:flex;flex-direction:column;gap:1rem}.PasswordProtect_input__mT7AZ{padding:.75rem;font-size:1rem;border:1px solid #ddd;border-radius:4px;outline:none;transition:border-color .3s}.PasswordProtect_input__mT7AZ:focus{border-color:#0070f3}.PasswordProtect_button__bPN0p{padding:.75rem;font-size:1rem;background-color:#0070f3;color:white;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.PasswordProtect_button__bPN0p:hover{background-color:#005bb5}.PasswordProtect_error__47s3L{color:#e74c3c;font-size:.875rem;margin-top:.5rem}