#login-view {
    font-family: 'Times New Roman', Times, serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

#login-view .login-logo-container {
    display: none;
}

#login-view h1 {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #f0f0f0;
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#login-view .glass-container {
    background: #242424;
    border: 1px solid #444;
    padding: 25px;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: none;
    border-radius: 0;
}

#login-view .input-group input {
    border: 1px solid #555;
    background: #1a1a1a;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    font-family: 'Times New Roman', serif;
    color: #f0f0f0;
}

#login-view .input-group input:focus {
    background: #2a2a2a;
    outline: none;
    border-color: #888;
}

#login-view button#continueBtn {
    background: #333;
    color: #f0f0f0;
    border: 1px solid #555;
    padding: 8px 14px;
    font-size: 14px;
    font-family: 'Georgia', serif;
    cursor: pointer;
    margin-top: 10px;
}

#login-view button#continueBtn:hover {
    background: #444;
    border-color: #777;
}

#login-view button#continueBtn:disabled {
    background: #222;
    color: #777;
    cursor: not-allowed;
}

#login-view .message.error-message {
    color: #ff6666;
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic;
}

#login-view .subtitle {
    font-size: 1rem;
    font-style: italic;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #aaa;
}

#login-view .files-table-container table {
    border-collapse: collapse;
    width: 100%;
    background: #1b1b1b;
}

#login-view .files-table-container th,
#login-view .files-table-container td {
    border: 1px solid #444;
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
    color: #ddd;
}

#login-view .spinner {
    display: none !important;
}
