#login { margin: 50px auto; width: 400px; /* Adjust width as needed */ text-align: center; } form input[type="email"], form input[type="password"] { background-color: #ccc; color: #444; border: 1px solid #ffc400; border-radius: 3px; box-sizing: border-box; display: inline-block; margin-bottom: 1em; padding: 0 16px; width: calc(100% - 32px); /* Adjust width to match form width */ height: 40px; /* Adjust height as needed */ } form input[type="submit"] { background: #42414d; border: 0; width: 30%; height: 40px; border-radius: 3px; color: #444; cursor: pointer; transition: background 0.3s ease-in-out; } form input[type="submit"]:hover { background: #42414d; } main { padding: 3%; } p { color: #444; } a:link, a:visited, a:active { color: #444; } .center { text-align: center; font-family: monospace; }

Password Reset

Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.

Please Contact Us if you have any trouble resetting your password.