<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>EPCINFO CarInfo</title>
    <script src="https://hcaptcha.com/1/api.js" async defer></script>
    <style>
        *, *::before, *::after {
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f6f8;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            padding: 0 10px;
        }

        .login-container {
            background-color: #ffffff;
            padding: 2rem;
            border-radius: 14px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
            width: 100%;
            max-width: 380px;
        }

        h2 {
            text-align: center;
            margin-bottom: 1.5rem;
            color: #333;
            font-weight: 600;
        }

        .form-group {
            margin-bottom: 1.2rem;
        }

        label {
            display: block;
            margin-bottom: 0.4rem;
            font-weight: 500;
            color: #555;
        }

        input[type="text"], input[type="password"] {
            width: 100%;
            padding: 0.65rem 0.75rem;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        input[type="text"]:focus, input[type="password"]:focus {
            border-color: #2575fc;
            box-shadow: 0 0 6px rgba(37, 117, 252, 0.3);
            outline: none;
        }

        button {
            width: 100%;
            padding: 0.75rem;
            background-color: #2575fc;
            border: none;
            border-radius: 8px;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        button:hover {
            background-color: #1a5edb;
        }

        .status {
            margin-top: 1rem;
            text-align: center;
            font-size: 0.95rem;
            color: #d32f2f;
            min-height: 1.2em;
        }

        @media (max-width: 480px) {
            .login-container {
                padding: 1.5rem;
            }
        }
    </style>
</head>
<body>

<div class="login-container">
    <h2>FIX Login</h2>
    <form method="POST">
        <div class="form-group">
            <label for="username">Username</label>
            <input type="text" id="username" name="username" required value="">
        </div>

        <div class="form-group">
            <label for="password">Password</label>
            <input type="password" id="password" name="password" required>
        </div>

        <div class="form-group">
            <div class="h-captcha" data-sitekey="650ce43a-e43c-45b6-8ba6-138e2b2c2e9c"></div>
        </div>

        <button type="submit">Sign In</button>

        <div class="status">
                    </div>
    </form>
</div>
<script>document.getElementById('username').focus();</script>
<style>header .main-nav {
	display: block;
	width: 100%;
	height: 50px;
	background-image: none !important;
	background-color: #2551a0 !important;
}

footer .haynespro {
	display: block;
	float: right !important;
	height: 32px !important;
	margin: 10px 40px 20px 10px !important;
}

.lineout {
	overflow: unset !important;
	padding-bottom: 30px;
}

.lineout.haynesproBar > p {
	width: 80%;
	font-size: 0.72rem !important;
	line-height: 1.5em !important;
	color: #bfbfbf !important;
}

.view.list li {
	border-radius: 5px !important;
}

.view.tiles .tile {
	border-radius: 5px !important;
}

a.back > span {
	font-family: 'Helvetica Neue', Arial, sans-serif !important;
}</style></body>
</html>