.gfx-password-request-card{border:1px solid var(--layout-border,rgba(0,0,0,.1));background:var(--layout-surface,#fff)}.gfx-password-request-card .card-body{color:var(--layout-text)}.gfx-password-request-title{font-weight:600;color:var(--layout-text)}.gfx-password-request-desc{line-height:1.45;color:var(--layout-text-muted)}.gfx-password-request-card .form-control{background-color:var(--bs-body-bg,#fff);color:var(--bs-body-color,#1e293b);border:1px solid var(--layout-border,rgba(0,0,0,.15))}.gfx-password-request-card .form-control::placeholder{color:var(--layout-text-muted);opacity:.9}.gfx-password-request-card .form-control:focus{background-color:var(--bs-body-bg,#fff);color:var(--bs-body-color,#1e293b);border-color:var(--bs-primary);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb,91,95,199),.25)}.gfx-password-request-box{position:relative;min-height:60px}.gfx-password-request-box .gfx-form-group{margin-bottom:0}.gfx-password-request-box.gfx-posting .gfx-password-request-form-wrap{display:none}.gfx-password-request-box .gfx-feedback-wrap{display:none;padding-top:.5rem}.gfx-password-request-box.gfx-posting .gfx-feedback-wrap{display:block}.gfx-password-request-box.gfx-posting .gfx-connecting{position:relative;left:0;top:0;transform:none;margin:0 auto 1rem 0}.gfx-password-request-box .gfx-connecting[hidden]{display:none!important}.gfx-password-request-box .gfx-connecting-track{height:4px;background:var(--layout-border);border-radius:4px;overflow:hidden}.gfx-password-request-box .gfx-connecting-bar{height:100%;width:30%;background:var(--bs-primary);border-radius:4px;animation:gfx-password-request-connecting .8s ease-in-out infinite}@keyframes gfx-password-request-connecting{0%,100%{transform:translateX(-100%)}50%{transform:translateX(350%)}}.gfx-password-request-back{display:block;width:100%;text-align:center;color:var(--bs-primary);text-decoration:none}.gfx-password-request-back:hover{color:var(--bs-link-hover-color);text-decoration:underline}.gfx-signin-message{font-size:1rem;text-align:center;font-weight:700}.gfx-signin-message.text-success{color:var(--bs-success)}.gfx-signin-message.text-danger{color:var(--bs-danger)}