<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ����桁� */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url('./img/bj.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* 絎劫���桁� */
.container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 320px;
}

/* ��蘂��桁� */
h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/* 茵�����膈丈�桁� */
form label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

/* 茵���莨��ユ��桁� */
form input[type="text"],
form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="password"]:focus {
    outline: none;
    border-color: #007BFF;
}

/* ��篋ゆ�����桁� */
form input[type="submit"] {
    background-color: #007BFF;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
}

form input[type="submit"]:hover {
    background-color: #0056b3;
}

/* 蕁笈���桁� */
.footer {
    text-align: center; /* ��絖�絮�筝� */
    position: fixed; /* �阪���ゝ�√��� */
    bottom: 0px; /* 綺����藹� */
    width: 100%; /* 絎遵墾100% */
    font-size: 14px; /* 絖�篏�紊у� */
}

/* 蕁笈���丈･�桁� */
.footer-link {
    display: inline-block; /* 茵�������膣� */
    margin: 0 0px; /* 紊�莨壕� */
    color: white; /* 蘂��� */
    text-decoration: none; /* �紙�筝���膾� */
}

/* 蕁笈���丈･�丈���桁� */
.footer-link img {
    width: 15px;
}

/* 蕁笈������膃��桁� */
.footer-separator {
    display: inline-block; /* 茵�������膣� */
    margin: 0 0px; /* 紊�莨壕� */
    color: white; /* 蘂��� */
}
</pre></body></html>