Bill,
In your template is the following block:
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
border-radius: 0px !important;
font-size: 90%;
}That last line, setting the font-size to 90% is causing the problem. When I remove it, I can see the text being entered. It's still not perfect as the forgot password/username buttons are off to the side, but that's where I'd start. Once that's fixed, we can help with those features as well.
Mds,
If the modal popup isn't showing on your home page, it's likely because your template is hiding the component output on the home page. The modal view requires the component output to be displayed on the page to work. If that's not the issue, can you let us know what page we can see the issue on and we'll gladly help further. I'm a little confused actually as to what's going wrong on your page, if it's the modal popup, text entry into the fields, buttons missing or something else.
Once we see the page, that should help, but if you can describe the problem more, that will likely help get a solution faster.
Thanks,
Alex