/* Photigy membership gate UI */
#pg-authbar{position:fixed;right:14px;bottom:14px;z-index:99998;background:#11202e;color:#cfe0ee;
  font:13px/1.4 Lato,sans-serif;padding:8px 12px;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.25)}
#pg-authbar button{background:#ff5a1f;color:#fff;border:0;border-radius:5px;padding:5px 11px;
  font-weight:700;cursor:pointer;font-size:12px;margin-left:6px}
#pg-modal{display:none;position:fixed;inset:0;z-index:99999;background:rgba(8,14,20,.7);
  align-items:center;justify-content:center}
.pg-modal-box{position:relative;background:#fff;border-radius:12px;padding:28px 30px;width:340px;max-width:92vw;
  font-family:Lato,sans-serif;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.pg-modal-box h3{margin:0 0 16px;color:#1b2733;font-size:20px}
.pg-modal-box input{display:block;width:100%;box-sizing:border-box;margin:0 0 12px;padding:11px 12px;
  border:1px solid #d6dbe2;border-radius:6px;font-size:15px}
.pg-modal-box form>button{width:100%;background:#ff5a1f;color:#fff;border:0;border-radius:6px;
  padding:12px;font-weight:700;font-size:15px;cursor:pointer}
.pg-modal-x{position:absolute;top:10px;right:14px;background:none;border:0;font-size:24px;color:#8a95a1;cursor:pointer;line-height:1}
#pg-login-err{color:#d23b2f;font-size:13px;margin-top:10px;min-height:16px}
.pg-join{font-size:13px;color:#6b7785;margin:16px 0 0;text-align:center}
.pg-join a{color:#ff5a1f;font-weight:700;text-decoration:none}
.pg-dl-btn{display:inline-block;background:#1ca6af;color:#fff;padding:11px 18px;border-radius:6px;
  font-weight:700;text-decoration:none;font-family:Lato,sans-serif}
