.custom-login-form-container{max-width:500px;margin:2.5rem auto;padding:2.5rem;background:#f8f9fa;border-radius:4px;box-shadow:0 2px 8px rgb(0 0 0 / .05);font-family:var(--wp--preset--font-family--inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif);color:#1e1e1e;margin-top:50px!important}.custom-login-form-container .login-form-heading{text-align:center;margin-bottom:2rem;font-family:var(--wp--preset--font-family--cardo,Georgia,serif);font-weight:500;line-height:1.2;color:#1e1e1e}.login-error-message{background:#fcf0f1;border-left:4px solid #d63638;padding:1rem;margin-bottom:1.5rem;border-radius:0 4px 4px 0}.login-error-message p{color:#d63638;margin:0;font-size:.9rem}.logged-out-message{background:#edf7ed;border-left:4px solid #4caf50;padding:1rem;margin-bottom:1.5rem;border-radius:0 4px 4px 0;color:#1e4620;max-width:500px;margin:1rem auto}.login-status-message{background:#e6f3ff;border-left:4px solid #0073aa;padding:1rem;margin-bottom:1.5rem;border-radius:0 4px 4px 0;color:#00508e;max-width:500px;margin:2.5rem auto}.login-status-message a{color:#0073aa;text-decoration:none;font-weight:500}.login-status-message a:hover{text-decoration:underline}#custom-loginform{margin-top:1.5rem}#custom-loginform p{margin-bottom:1.5rem}#custom-loginform label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e1e1e}#custom-loginform input[type="text"],#custom-loginform input[type="password"]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color 0.3s,box-shadow 0.3s;background-color:#fff;box-sizing:border-box}#custom-loginform input[type="text"]:focus,#custom-loginform input[type="password"]:focus{border-color:#666;outline:none;box-shadow:0 0 0 2px rgb(102 102 102 / .2)}.login-remember{display:flex;align-items:center;margin-bottom:1.5rem}.login-remember label{margin-bottom:0;margin-left:.5rem;cursor:pointer;font-weight:400}.login-submit input[type="submit"]{display:inline-block;width:100%;padding:.75rem 1.5rem;background:#1e1e1e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;text-align:center;transition:background-color 0.3s,transform 0.2s}.login-submit input[type="submit"]:hover{background:#333;transform:translateY(-1px)}.login-submit input[type="submit"]:active{transform:translateY(0)}.login-links{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;font-size:.95rem}.login-links p{margin:.5rem 0;text-align:center}.login-links a{color:#1e1e1e;text-decoration:underline;font-weight:500;transition:color 0.2s}.login-links a:hover{color:#444}.forgot-password{margin-bottom:.5rem}.custom-login-form-container .login-form-heading{text-align:center;margin-bottom:2rem;font-family:var(--wp--preset--font-family--cardo,Georgia,serif);font-weight:500;line-height:1.2;color:#1e1e1e}@media (max-width:600px){.custom-login-form-container{padding:1.5rem;margin:1.5rem auto}}