Onpoint login page email

Here is an example of a login page for an "OnPoint" application:

OnPoint Login

Email

Password

Login

Forgot Password

Create an Account

Error Messages

CSS Styles

*.onpoint-login { background-color: #f0f0f0; padding: 20px; border: 1px solid #ccc; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

*.onpoint-login input[type="email"],.onpoint-login input[type="password"] { width: 100%; height: 40px; margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; border-radius: 5px; }

*.onpoint-login button[type="submit"] { width: 100%; height: 40px; background-color: #4CAF50; color: #fff; padding: 10px; border: none; border-radius: 5px; cursor: pointer; }

*.onpoint-login a { text-decoration: none; color: #337ab7; }

Note: This is just an example and you should adjust the styles and error messages according to your needs.