/* custom stylesheet for WebLoginPE */

/** Simple Type - login **/
#wlpeLogin {margin:20px 0} /* outer container div */
#wlpeLoginForm {} /* login form */
#wlpeLoginFieldset {border:1px solid #940111;margin:0 40px;padding:10px 20px;} /* login fieldset */
#wlpeLoginFieldset input {border:2px inset #940111;padding:2px 4px;margin-right:20px;}
#wlpeLegend {color:#940111;font-weight:bold;} /* legend for login fieldset */
#wlpeUsernameLabel {} /* label for username field */
#wlpeUsername {} /* username field */
#wlpePasswordLabel {} /* label for password field */
#wlpePassword {} /* password field */
#wlpeStayLoggedInLabel {display:block;} /* label for stay logged in select */
#wlpeStayLoggedIn {border:2px inset #940111;margin-top:5px;} /* stay logged in select */
#wlpeLoginButtons {margin:10px 40px;text-align:center;} /* fieldset for buttons */
#wlpeLoginButtons button {border:2px outset #940111;padding:2px;cursor:pointer;cursor:hand;background:#940111;color:#ffffff;}
#wlpeLoginButton {} /* button to log in */
#wlpeReminderButton {} /* button to activate new password form */
#wlpeRegisterButton {} /* button to activate registration form */
/** Simple type - logout **/
#wlpeUser {margin:20px 0} /* outer div container */
#wlpeUserInfo {} /* user info div container */
#wlpeWelcome {} /* user welcome message div container */
#wlpeMyProfileImg {} /* user image */
#wlpeWelcomeParagraph {} /* welcome message paragraph */
#wlpeLoginCount {} /* login count and last loging date paragraph */
#wlpeUserForm {} /* form buttons */
#wlpeUserButtons {margin:10px 40px;text-align:center;} /* button fieldset */
#wlpeUserButtons button {border:2px outset #940111;padding:2px;cursor:pointer;cursor:hand;background:#940111;color:#ffffff;}
#wlpeLogoutButton {} /* button to logout */
#wlpeProfileButton {} /* button to activate user profile editor */
/** Simple type - reset password **/
#wlpeReset {margin:20px 0} /* outer div container */
#wlpeResetForm {} /* reset password form */
#wlpeResetFieldset {border:1px solid #940111;margin:0 40px;padding:10px 20px;} /* reset form fieldset */
#wlpeResetInfo {color:#940111;} /* h3 header title */
#wlpeResetEmail {border:2px inset #940111;padding:2px 4px;} /* input field for user email */
#wlpeResetButtonFieldset {margin:10px 40px;text-align:center;} /* buttons fieldset */
#wlpeResetButtonFieldset button {border:2px outset #940111;padding:2px;cursor:pointer;cursor:hand;background:#940111;color:#ffffff;}
#wlpeResetButton {} /* submit button */
#wlpeResetCancelButton {} /* cancel button */
