.agmfs-login,
.agmfs-dashboard,
.agmfs-download-page {
    max-width: 100%;
    margin: 32px auto;
    padding: 20px;
    border: 1px solid #dcdcde;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.agmfs-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.agmfs-panel {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #dcdcde;
}

.agmfs-form label {
    display: block;
    margin: 12px 0 6px;
    font-weight: 600;
}

.agmfs-form input[type="text"],
.agmfs-form input[type="password"],
.agmfs-form input[type="email"],
.agmfs-form input[type="number"],
.agmfs-form input[type="datetime-local"],
.agmfs-form select,
.agmfs-copy-input {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
}

.agmfs-button {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 14px;
    border: 1px solid #2271b1;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.agmfs-button-secondary {
    border-color: #646970;
    background: #646970;
}

.agmfs-table {
    width: 100%;
    border-collapse: collapse;
}

.agmfs-table th,
.agmfs-table td {
    padding: 10px;
    border: 1px solid #dcdcde;
    text-align: left;
    vertical-align: top;
}

.agmfs-table th {
    background: #f6f7f7;
}

.agmfs-error {
    color: #b32d2e;
}

.agmfs-success {
    color: #008a20;
}
