/* WP Login Screen INPUT PANELS INITIALLY HIDDEN */
#snwp_login_tab_first .et-epanel-box:nth-of-type(2).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(3).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(4).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(5).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(6).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(7).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(8).hide,
#snwp_login_tab_first .et-epanel-box:nth-of-type(9).hide
 {
  display: none;
}

/* Left margin for Login screen options */
#epanel .et-epanel-box.tabbed div.et-box-title h3 {
  margin-left: 20px;
  display: list-item;
  list-style-position: inside;
}
